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 56 Module *CompilingModule;
  /external/clang/lib/Lex/
ModuleMap.cpp 91 CompilingModule(nullptr), SourceModule(nullptr) {}
554 if (!LangOpts.CurrentModule.empty() && !CompilingModule &&
556 CompilingModule = Result;
781 bool isCompilingModuleHeader = Mod->getTopLevelModule() == CompilingModule;
    [all...]

Completed in 134 milliseconds