Home
last modified time | relevance | path

Searched defs:CurrentModule (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp361 ModuleFile *CurrentModule = Queue.pop_back_val(); in visit() local
398 ModuleFile *CurrentModule = VisitOrder[I]; in visit() local
H A DASTWriter.cpp236 const Module *CurrentModule = Q.front(); in GetAffectingModuleMaps() local
H A DASTReader.cpp6045 Module *CurrentModule = nullptr; in ReadSubmoduleBlock() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp86 Module *CurrentModule, in isImportingModuleUnitFromSameModule()
131 Module *Imported, Module *CurrentModule, in makeTransitiveImportsVisible()
H A DSema.cpp1352 if (Module *CurrentModule = getCurrentModule(); in ActOnEndOfTranslationUnit() local
1375 if (Module *CurrentModule = PP.getCurrentModule()) { in ActOnEndOfTranslationUnit() local
H A DSemaCodeComplete.cpp2204 clang::Module *CurrentModule = SemaRef.getCurrentModule(); in AddOrdinaryNameResults() local
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp157 StringRef CurrentModule = LangOpts.CurrentModule; in isForBuilding() local
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp943 auto *CurrentModule = ModuleForCurrentSymbol; in traverseObjCCategoryRecord() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp1045 auto *CurrentModule = prepareToBuildModule(CI, Input.getFile()); in BeginSourceFile() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp465 if (Module *CurrentModule = PP.getCurrentModuleImplementation()) in applyDiscoveredDependencies() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h577 std::string CurrentModule; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp416 Module &CurrentModule; member in __anon71830f180111::GUIDToFuncNameMapper