Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Lex/
DModuleMap.cpp445 bool canInfer = std::find(inferred->second.ExcludedModules.begin(), in canInferFrameworkModule()
446 inferred->second.ExcludedModules.end(), in canInferFrameworkModule()
447 Name) == inferred->second.ExcludedModules.end(); in canInferFrameworkModule()
523 canInfer = std::find(inferred->second.ExcludedModules.begin(), in inferFrameworkModule()
524 inferred->second.ExcludedModules.end(), in inferFrameworkModule()
525 Name) == inferred->second.ExcludedModules.end(); in inferFrameworkModule()
1949 Map.InferredDirectories[Directory].ExcludedModules in parseInferredModuleDecl()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Lex/
DModuleMap.h136 SmallVector<std::string, 2> ExcludedModules; member