HomeSort by relevance Sort by last modified time
    Searched refs:CompilingModule (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Lex/
ModuleMap.h 74 Module *CompilingModule;
  /external/clang/lib/Lex/
ModuleMap.cpp 92 CompilingModule(nullptr), SourceModule(nullptr), NumCreatedModules(0) {
347 if (H.getModule()->getTopLevelModule() == CompilingModule)
565 if (!LangOpts.CurrentModule.empty() && !CompilingModule &&
567 CompilingModule = Result;
815 bool isCompilingModuleHeader = Mod->getTopLevelModule() == CompilingModule;
    [all...]

Completed in 1662 milliseconds