Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h481 const TranslationUnitDecl *getTranslationUnitDecl() const { in getTranslationUnitDecl() function
H A DASTContext.h1065 TranslationUnitDecl *getTranslationUnitDecl() const { in getTranslationUnitDecl() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp486 TranslationUnitDecl *Decl::getTranslationUnitDecl() { in getTranslationUnitDecl() function in Decl