Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclBase.h401 const TranslationUnitDecl *getTranslationUnitDecl() const { in getTranslationUnitDecl() function
HDASTContext.h812 TranslationUnitDecl *getTranslationUnitDecl() const { return TUDecl; } in getTranslationUnitDecl() function
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclBase.cpp269 TranslationUnitDecl *Decl::getTranslationUnitDecl() { in getTranslationUnitDecl() function in Decl