Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclBase.h383 const TranslationUnitDecl *getTranslationUnitDecl() const { in getTranslationUnitDecl() function
DASTContext.h736 TranslationUnitDecl *getTranslationUnitDecl() const { return TUDecl; } in getTranslationUnitDecl() function
/external/clang/lib/AST/
DDeclBase.cpp246 TranslationUnitDecl *Decl::getTranslationUnitDecl() { in getTranslationUnitDecl() function in Decl