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 90 BuiltinIncludeDir(0), CompilingModule(0)
392 if (!LangOpts.CurrentModule.empty() && !CompilingModule &&
394 CompilingModule = Result;
614 bool isCompilingModuleHeader = Mod->getTopLevelModule() == CompilingModule;
    [all...]

Completed in 28 milliseconds