struct ASTReader::PendingDeclContextInfo

Declaration

struct ASTReader::PendingDeclContextInfo { /* full declaration omitted */ };

Description

The Decl IDs for the Sema/Lexical DeclContext of a Decl that has been loaded but its DeclContext was not set yet.

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

Member Variables

public clang::Decl* D
public serialization::GlobalDeclID SemaDC
public serialization::GlobalDeclID LexicalDC