Home
last modified time | relevance | path

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

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