Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h175 StringRef SpecificModuleCachePath, in ReadHeaderSearchOptions() argument
275 StringRef SpecificModuleCachePath,
312 StringRef SpecificModuleCachePath,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp687 StringRef SpecificModuleCachePath, in ReadHeaderSearchOptions() argument
692 Out.indent(4) << "Module Cache: '" << SpecificModuleCachePath << "'\n"; in ReadHeaderSearchOptions()
H A DFrontendAction.cpp788 std::string SpecificModuleCachePath = CI.getSpecificModuleCachePath(); in BeginSourceFile() local
803 SpecificModuleCachePath, /*RequireStrictOptionMatches=*/true)) { in BeginSourceFile()
H A DASTUnit.cpp562 StringRef SpecificModuleCachePath, in ReadHeaderSearchOptions() argument
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp207 const HeaderSearchOptions &HSOpts, StringRef SpecificModuleCachePath, in ReadHeaderSearchOptions() argument
209 return First->ReadHeaderSearchOptions(HSOpts, SpecificModuleCachePath, in ReadHeaderSearchOptions()
211 Second->ReadHeaderSearchOptions(HSOpts, SpecificModuleCachePath, in ReadHeaderSearchOptions()
840 StringRef SpecificModuleCachePath, in checkModuleCachePath() argument
846 SpecificModuleCachePath == ExistingModuleCachePath) in checkModuleCachePath()
849 VFS.equivalent(SpecificModuleCachePath, ExistingModuleCachePath); in checkModuleCachePath()
854 << SpecificModuleCachePath << ExistingModuleCachePath; in checkModuleCachePath()
859 StringRef SpecificModuleCachePath, in ReadHeaderSearchOptions() argument
862 SpecificModuleCachePath, in ReadHeaderSearchOptions()
5382 StringRef SpecificModuleCachePath, in ReadHeaderSearchOptions() argument
[all …]