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

/external/clang/lib/AST/
H A DDeclBase.cpp308 TranslationUnitDecl *Decl::getTranslationUnitDecl() { function in class:Decl
324 return getTranslationUnitDecl()->getASTContext();
/external/clang/include/clang/AST/
H A DDeclBase.h413 TranslationUnitDecl *getTranslationUnitDecl();
414 const TranslationUnitDecl *getTranslationUnitDecl() const { function
415 return const_cast<Decl*>(this)->getTranslationUnitDecl();
H A DASTContext.h886 TranslationUnitDecl *getTranslationUnitDecl() const { return TUDecl; } function in class:clang::ASTContext::DynTypedNodeList

Completed in 1357 milliseconds