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

  /external/clang/include/clang/Lex/
ModuleMap.h 142 SmallVector<std::string, 2> ExcludedModules;
  /external/clang/lib/Lex/
ModuleMap.cpp 576 bool canInfer = std::find(inferred->second.ExcludedModules.begin(),
577 inferred->second.ExcludedModules.end(),
578 Name) == inferred->second.ExcludedModules.end();
655 canInfer = std::find(inferred->second.ExcludedModules.begin(),
656 inferred->second.ExcludedModules.end(),
657 Name) == inferred->second.ExcludedModules.end();
    [all...]

Completed in 144 milliseconds