Home
last modified time | relevance | path

Searched refs:CompilingModule (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDModuleMap.h56 Module *CompilingModule; variable
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDModuleMap.cpp92 CompilingModule(nullptr), SourceModule(nullptr), NumCreatedModules(0) { in ModuleMap()
350 if (H.getModule()->getTopLevelModule() == CompilingModule) in findModuleForHeader()
561 if (!LangOpts.CurrentModule.empty() && !CompilingModule && in findOrCreateModule()
563 CompilingModule = Result; in findOrCreateModule()
790 bool isCompilingModuleHeader = Mod->getTopLevelModule() == CompilingModule; in addHeader()