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