Searched defs:getTranslationUnitDecl (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | DeclBase.h | 482 const TranslationUnitDecl *getTranslationUnitDecl() const { getTranslationUnitDecl() function |
H A D | ASTContext.h | 1091 TranslationUnitDecl *getTranslationUnitDecl() const { getTranslationUnitDecl() function |
/llvm-project/clang/lib/AST/ | ||
H A D | DeclBase.cpp | 508 TranslationUnitDecl *Decl::getTranslationUnitDecl() { getTranslationUnitDecl() function in Decl |