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
- public InterestingDecl(clang::Decl * D, bool HasBody)
- public clang::Decl * getDecl()
- public bool hasPendingBody()
Methods
¶InterestingDecl(clang::Decl* D, bool HasBody)
InterestingDecl(clang::Decl* D, bool HasBody)
Declared at: clang/include/clang/Serialization/ASTReader.h:1065
Parameters
- clang::Decl* D
- bool HasBody
¶clang::Decl* getDecl()
clang::Decl* getDecl()
Declared at: clang/include/clang/Serialization/ASTReader.h:1068
¶bool hasPendingBody()
bool hasPendingBody()
Description
Whether the declaration has a pending body.
Declared at: clang/include/clang/Serialization/ASTReader.h:1071