class ASTReader::InterestingDecl

Declaration

class ASTReader::InterestingDecl { /* full declaration omitted */ };

Declared at: clang/include/clang/Serialization/ASTReader.h:1060

Member Variables

private clang::Decl* D
private bool DeclHasPendingBody

Method Overview

Methods

InterestingDecl(clang::Decl* D, bool HasBody)

Declared at: clang/include/clang/Serialization/ASTReader.h:1065

Parameters

clang::Decl* D
bool HasBody

clang::Decl* getDecl()

Declared at: clang/include/clang/Serialization/ASTReader.h:1068

bool hasPendingBody()

Description

Whether the declaration has a pending body.

Declared at: clang/include/clang/Serialization/ASTReader.h:1071