Searched defs:getTranslationUnitDecl (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | DeclBase.h | 481 TranslationUnitDecl *getTranslationUnitDecl(); in getTranslationUnitDecl() function |
H A D | ASTContext.h | 1065 TranslationUnitDecl *getTranslationUnitDecl() const { getTranslationUnitDecl() function |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | DeclBase.cpp | 486 TranslationUnitDecl *Decl::getTranslationUnitDecl() { getTranslationUnitDecl() function in Decl |