Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DDeclBase.h481 const TranslationUnitDecl *getTranslationUnitDecl() const { in getTranslationUnitDecl() function
DASTContext.h1068 TranslationUnitDecl *getTranslationUnitDecl() const { in getTranslationUnitDecl() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DDeclBase.h481 const TranslationUnitDecl *getTranslationUnitDecl() const { in getTranslationUnitDecl() function
DASTContext.h1068 TranslationUnitDecl *getTranslationUnitDecl() const { in getTranslationUnitDecl() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DDeclBase.h482 const TranslationUnitDecl *getTranslationUnitDecl() const { in getTranslationUnitDecl() function
DASTContext.h1073 TranslationUnitDecl *getTranslationUnitDecl() const { in getTranslationUnitDecl() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DDeclBase.h480 const TranslationUnitDecl *getTranslationUnitDecl() const { in getTranslationUnitDecl() function
DASTContext.h1065 TranslationUnitDecl *getTranslationUnitDecl() const { in getTranslationUnitDecl() function
/aosp_15_r20/external/clang/include/clang/AST/
H A DDeclBase.h414 const TranslationUnitDecl *getTranslationUnitDecl() const { in getTranslationUnitDecl() function
H A DASTContext.h886 TranslationUnitDecl *getTranslationUnitDecl() const { return TUDecl; } in getTranslationUnitDecl() function
/aosp_15_r20/external/clang/lib/AST/
H A DDeclBase.cpp308 TranslationUnitDecl *Decl::getTranslationUnitDecl() { in getTranslationUnitDecl() function in Decl