Home
last modified time | relevance | path

Searched refs:getLocalOwningModule (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DDeclBase.h801 Module *getLocalOwningModule() const { in getLocalOwningModule() function
823 return isFromASTFile() ? getImportedOwningModule() : getLocalOwningModule(); in getOwningModule()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DDeclBase.h822 Module *getLocalOwningModule() const { in getLocalOwningModule() function
844 return isFromASTFile() ? getImportedOwningModule() : getLocalOwningModule(); in getOwningModule()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DDeclBase.h822 Module *getLocalOwningModule() const { in getLocalOwningModule() function
844 return isFromASTFile() ? getImportedOwningModule() : getLocalOwningModule(); in getOwningModule()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DDeclBase.h812 Module *getLocalOwningModule() const { in getLocalOwningModule() function
834 return isFromASTFile() ? getImportedOwningModule() : getLocalOwningModule(); in getOwningModule()
/aosp_15_r20/external/clang/include/clang/AST/
H A DDeclBase.h680 Module *getLocalOwningModule() const { in getLocalOwningModule() function
/aosp_15_r20/external/clang/lib/AST/
H A DASTDumper.cpp1031 else if (Module *M = D->getLocalOwningModule()) in dumpDecl()
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaLookup.cpp1352 M = Entity->getLocalOwningModule(); in getOwningModule()