Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclBase.h461 const TranslationUnitDecl *getTranslationUnitDecl() const { in getTranslationUnitDecl() function
H A DASTContext.h1088 TranslationUnitDecl *getTranslationUnitDecl() const { in getTranslationUnitDecl() function
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclBase.cpp400 TranslationUnitDecl *Decl::getTranslationUnitDecl() { in getTranslationUnitDecl() function in Decl