Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DModuleMap.h201 SmallVector<std::string, 2> ExcludedModules; member
/external/llvm-project/clang/include/clang/Lex/
DModuleMap.h263 SmallVector<std::string, 2> ExcludedModules; member
/external/clang/lib/Lex/
DModuleMap.cpp649 canInfer = std::find(inferred->second.ExcludedModules.begin(), in inferFrameworkModule()
650 inferred->second.ExcludedModules.end(), in inferFrameworkModule()
651 Name) == inferred->second.ExcludedModules.end(); in inferFrameworkModule()
2279 Map.InferredDirectories[Directory].ExcludedModules in parseInferredModuleDecl()
/external/llvm-project/clang/lib/Lex/
DModuleMap.cpp991 canInfer = std::find(inferred->second.ExcludedModules.begin(), in inferFrameworkModule()
992 inferred->second.ExcludedModules.end(), in inferFrameworkModule()
993 Name) == inferred->second.ExcludedModules.end(); in inferFrameworkModule()
2820 Map.InferredDirectories[Directory].ExcludedModules.push_back( in parseInferredModuleDecl()