struct ASTReader::PendingUpdateRecord
Declaration
struct ASTReader::PendingUpdateRecord { /* full declaration omitted */ };
Declared at: clang/include/clang/Serialization/ASTReader.h:502
Member Variables
- public clang::Decl* D
- public serialization::GlobalDeclID ID
- public bool JustLoaded
Method Overview
- public PendingUpdateRecord(serialization::GlobalDeclID ID, clang::Decl * D, bool JustLoaded)
Methods
ΒΆPendingUpdateRecord(
serialization::GlobalDeclID ID,
clang::Decl* D,
bool JustLoaded)
PendingUpdateRecord(
serialization::GlobalDeclID ID,
clang::Decl* D,
bool JustLoaded)
Declared at: clang/include/clang/Serialization/ASTReader.h:509
Parameters
- serialization::GlobalDeclID ID
- clang::Decl* D
- bool JustLoaded