Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp358 ModuleFile *CurrentModule = Queue.pop_back_val(); visit() local
395 ModuleFile *CurrentModule = VisitOrder[I]; visit() local
H A DASTWriter.cpp214 const Module *CurrentModule = Q.front(); GetAffectingModuleMaps() local
H A DASTReader.cpp5721 Module *CurrentModule = nullptr; ReadSubmoduleBlock() local
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp86 isImportingModuleUnitFromSameModule(ASTContext & Ctx,Module * Imported,Module * CurrentModule,Module * & FoundPrimaryModuleInterface) isImportingModuleUnitFromSameModule() argument
131 makeTransitiveImportsVisible(ASTContext & Ctx,VisibleModuleSet & VisibleModules,Module * Imported,Module * CurrentModule,SourceLocation ImportLoc,bool IsImportingPrimaryModuleInterface=false) makeTransitiveImportsVisible() argument
[all...]
H A DSema.cpp1269 if (Module *CurrentModule = getCurrentModule(); ActOnEndOfTranslationUnit() local
1293 if (Module *CurrentModule = PP.getCurrentModule()) { ActOnEndOfTranslationUnit() local
/llvm-project/clang-tools-extra/modularize/
H A DModuleAssistant.cpp170 Module *CurrentModule = RootModule; addModuleDescription() local
/llvm-project/clang/lib/Basic/
H A DModule.cpp162 StringRef CurrentModule = LangOpts.CurrentModule; isForBuilding() local
/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp931 auto *CurrentModule = ModuleForCurrentSymbol; traverseObjCCategoryRecord() local
/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp365 if (Module *CurrentModule = PP.getCurrentModuleImplementation()) applyDiscoveredDependencies() local
/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp897 if (!CurrentModule) in BeginSourceFile() local
[all...]
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp828 Module *CurrentModule; member in MCJITHelper
/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h516 std::string CurrentModule; global() variable
/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp412 Module &CurrentModule; global() member in __anond82771cb0111::GUIDToFuncNameMapper