struct ExternalASTMerger::DCOrigin

Declaration

struct ExternalASTMerger::DCOrigin { /* full declaration omitted */ };

Description

A single origin for a DeclContext. Unlike Decls, DeclContexts do not allow their containing ASTContext to be determined in all cases.

Declared at: clang/include/clang/AST/ExternalASTMerger.h:52

Member Variables

public clang::DeclContext* DC
public clang::ASTContext* AST