Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp382 ModuleFile *CurrentModule = Queue.pop_back_val(); in visit() local
422 ModuleFile *CurrentModule = VisitOrder[I]; in visit() local
H A DASTReader.cpp5465 Module *CurrentModule = nullptr; in ReadSubmoduleBlock() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp782 auto *CurrentModule = prepareToBuildModule(CI, Input.getFile()); in BeginSourceFile() local
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h343 std::string CurrentModule; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp307 Module &CurrentModule; member in __anon4c1bc6cc0111::GUIDToFuncNameMapper
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp117 static bool isForModuleBuilding(Module *M, StringRef CurrentModule, in isForModuleBuilding()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1201 if (Module *CurrentModule = PP.getCurrentModule()) { in ActOnEndOfTranslationUnit() local