Searched defs:getTranslationUnitDecl (Results 1 - 3 of 3) sorted by relevance
/external/clang/lib/AST/ | ||
H A D | DeclBase.cpp | 296 TranslationUnitDecl *Decl::getTranslationUnitDecl() { function in class:Decl 312 return getTranslationUnitDecl()->getASTContext(); |
/external/clang/include/clang/AST/ | ||
H A D | DeclBase.h | 407 TranslationUnitDecl *getTranslationUnitDecl(); 408 const TranslationUnitDecl *getTranslationUnitDecl() const { function in class:clang::Decl 409 return const_cast<Decl*>(this)->getTranslationUnitDecl(); |
H A D | ASTContext.h | 873 TranslationUnitDecl *getTranslationUnitDecl() const { return TUDecl; } function in class:clang::ASTContext::DynTypedNodeList |
Completed in 279 milliseconds