Searched refs:PCMPaths (Results 1 – 3 of 3) sorted by relevance
24 std::vector<std::string> PCMPaths; in getAdditionalArgs() local27 ClangModuleDeps, LookupPCMPath, LookupModuleDeps, PCMPaths, ModMapPaths); in getAdditionalArgs()28 for (const std::string &PCMPath : PCMPaths) in getAdditionalArgs()
82 std::vector<std::string> &PCMPaths, std::vector<std::string> &ModMapPaths) { in collectPCMAndModuleMapPaths() argument93 PCMPaths.push_back(LookupPCMPath(MID).str()); in collectPCMAndModuleMapPaths()
108 std::vector<std::string> &PCMPaths, std::vector<std::string> &ModMapPaths);