Home
last modified time | relevance | path

Searched refs:ExcludedModules (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
DModuleMap.h129 SmallVector<std::string, 2> ExcludedModules; member
/external/clang/lib/Lex/
DModuleMap.cpp414 bool canInfer = std::find(inferred->second.ExcludedModules.begin(), in canInferFrameworkModule()
415 inferred->second.ExcludedModules.end(), in canInferFrameworkModule()
416 Name) == inferred->second.ExcludedModules.end(); in canInferFrameworkModule()
492 canInfer = std::find(inferred->second.ExcludedModules.begin(), in inferFrameworkModule()
493 inferred->second.ExcludedModules.end(), in inferFrameworkModule()
494 Name) == inferred->second.ExcludedModules.end(); in inferFrameworkModule()
1791 Map.InferredDirectories[Directory].ExcludedModules in parseInferredModuleDecl()