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

/external/clang/include/clang/AST/
H A DDeclBase.h393 TranslationUnitDecl *getTranslationUnitDecl();
394 const TranslationUnitDecl *getTranslationUnitDecl() const { function in class:clang::Decl
395 return const_cast<Decl*>(this)->getTranslationUnitDecl();
H A DASTContext.h767 TranslationUnitDecl *getTranslationUnitDecl() const { return TUDecl; } function in class:clang::ASTContext
/external/clang/lib/AST/
H A DDeclBase.cpp258 TranslationUnitDecl *Decl::getTranslationUnitDecl() { function in class:Decl
274 return getTranslationUnitDecl()->getASTContext();

Completed in 115 milliseconds