Searched refs:SpecificModuleCachePath (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp713 std::string SpecificModuleCachePath = CI.getSpecificModuleCachePath(); local
727 SpecificModuleCachePath)) {
H A DFrontendActions.cpp591 StringRef SpecificModuleCachePath,
596 Out.indent(4) << "Module Cache: '" << SpecificModuleCachePath << "'\n";
H A DASTUnit.cpp550 StringRef SpecificModuleCachePath,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h169 StringRef SpecificModuleCachePath,
255 StringRef SpecificModuleCachePath,
291 StringRef SpecificModuleCachePath,
168 ReadHeaderSearchOptions(const HeaderSearchOptions &HSOpts, StringRef SpecificModuleCachePath, bool Complain) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp196 const HeaderSearchOptions &HSOpts, StringRef SpecificModuleCachePath,
198 return First->ReadHeaderSearchOptions(HSOpts, SpecificModuleCachePath,
200 Second->ReadHeaderSearchOptions(HSOpts, SpecificModuleCachePath,
778 StringRef SpecificModuleCachePath,
783 if (SpecificModuleCachePath != ExistingModuleCachePath) {
786 << SpecificModuleCachePath << ExistingModuleCachePath;
795 StringRef SpecificModuleCachePath,
797 return checkHeaderSearchOptions(HSOpts, SpecificModuleCachePath,
5094 StringRef SpecificModuleCachePath,
5096 return checkHeaderSearchOptions(HSOpts, SpecificModuleCachePath,
195 ReadHeaderSearchOptions( const HeaderSearchOptions &HSOpts, StringRef SpecificModuleCachePath, bool Complain) argument
777 checkHeaderSearchOptions(const HeaderSearchOptions &HSOpts, StringRef SpecificModuleCachePath, StringRef ExistingModuleCachePath, DiagnosticsEngine *Diags, const LangOptions &LangOpts) argument
794 ReadHeaderSearchOptions(const HeaderSearchOptions &HSOpts, StringRef SpecificModuleCachePath, bool Complain) argument
5809 std::string SpecificModuleCachePath = ReadString(Record, Idx); local
[all...]

Completed in 210 milliseconds