Searched refs:ExcludedModules (Results 1 – 2 of 2) sorted by relevance
445 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()
136 SmallVector<std::string, 2> ExcludedModules; member