HomeSort by relevance Sort by last modified time
    Searched defs:TranslationUnitDecl (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
Decl.h 78 /// TranslationUnitDecl - The top declaration context.
79 class TranslationUnitDecl : public Decl, public DeclContext {
87 explicit TranslationUnitDecl(ASTContext &ctx);
94 static TranslationUnitDecl *Create(ASTContext &C);
98 static DeclContext *castToDeclContext(const TranslationUnitDecl *D) {
99 return static_cast<DeclContext *>(const_cast<TranslationUnitDecl*>(D));
101 static TranslationUnitDecl *castFromDeclContext(const DeclContext *DC) {
102 return static_cast<TranslationUnitDecl *>(const_cast<DeclContext*>(DC));
126 explicit ExternCContextDecl(TranslationUnitDecl *TU)
131 TranslationUnitDecl *TU)
    [all...]
  /external/clang/lib/AST/
Decl.cpp 47 TranslationUnitDecl::TranslationUnitDecl(ASTContext &ctx)
660 !isa<TranslationUnitDecl>(DC);
    [all...]

Completed in 108 milliseconds