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

/external/clang/lib/AST/
H A DDeclBase.cpp233 TranslationUnitDecl *Decl::getTranslationUnitDecl() { function in class:Decl
249 return getTranslationUnitDecl()->getASTContext();
/external/clang/include/clang/AST/
H A DDeclBase.h377 TranslationUnitDecl *getTranslationUnitDecl();
378 const TranslationUnitDecl *getTranslationUnitDecl() const { function in class:clang::Decl
379 return const_cast<Decl*>(this)->getTranslationUnitDecl();
H A DASTContext.h671 TranslationUnitDecl *getTranslationUnitDecl() const { return TUDecl; } function in class:clang::ASTContext

Completed in 57 milliseconds