Searched defs:TranslationUnitDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DDecl.h76 /// TranslationUnitDecl - The top declaration context.
77 class TranslationUnitDecl : public Decl, public DeclContext { class in namespace:clang
85 explicit TranslationUnitDecl(ASTContext &ctx) function in class:clang::TranslationUnitDecl
95 static TranslationUnitDecl *Create(ASTContext &C);
99 static DeclContext *castToDeclContext(const TranslationUnitDecl *D) {
100 return static_cast<DeclContext *>(const_cast<TranslationUnitDecl*>(D));
102 static TranslationUnitDecl *castFromDeclContext(const DeclContext *DC) {
103 return static_cast<TranslationUnitDecl *>(const_cast<DeclContext*>(DC));
127 explicit ExternCContextDecl(TranslationUnitDecl *TU)
132 TranslationUnitDecl *T
[all...]

Completed in 116 milliseconds