Lines Matching defs:SpecificModuleCachePath
115 const HeaderSearchOptions &HSOpts, StringRef SpecificModuleCachePath,
117 return First->ReadHeaderSearchOptions(HSOpts, SpecificModuleCachePath,
119 Second->ReadHeaderSearchOptions(HSOpts, SpecificModuleCachePath,
620 StringRef SpecificModuleCachePath,
625 if (SpecificModuleCachePath != ExistingModuleCachePath) {
628 << SpecificModuleCachePath << ExistingModuleCachePath;
637 StringRef SpecificModuleCachePath,
639 return checkHeaderSearchOptions(HSOpts, SpecificModuleCachePath,
4174 StringRef SpecificModuleCachePath,
4176 return checkHeaderSearchOptions(HSOpts, SpecificModuleCachePath,
4783 std::string SpecificModuleCachePath = ReadString(Record, Idx);
4785 return Listener.ReadHeaderSearchOptions(HSOpts, SpecificModuleCachePath,