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 109 SmallVector<std::string, 2> ExcludedModules;
  /external/clang/lib/Lex/
ModuleMap.cpp 365 bool canInfer = std::find(inferred->second.ExcludedModules.begin(),
366 inferred->second.ExcludedModules.end(),
367 Name) == inferred->second.ExcludedModules.end();
443 canInfer = std::find(inferred->second.ExcludedModules.begin(),
444 inferred->second.ExcludedModules.end(),
445 Name) == inferred->second.ExcludedModules.end();
    [all...]

Completed in 202 milliseconds