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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp728 std::string SpecificModuleCachePath = CI.getSpecificModuleCachePath(); local
742 SpecificModuleCachePath)) {
H A DFrontendActions.cpp602 StringRef SpecificModuleCachePath,
607 Out.indent(4) << "Module Cache: '" << SpecificModuleCachePath << "'\n";
H A DASTUnit.cpp551 StringRef SpecificModuleCachePath,
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h171 StringRef SpecificModuleCachePath,
257 StringRef SpecificModuleCachePath,
293 StringRef SpecificModuleCachePath,
170 ReadHeaderSearchOptions(const HeaderSearchOptions &HSOpts, StringRef SpecificModuleCachePath, bool Complain) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp199 const HeaderSearchOptions &HSOpts, StringRef SpecificModuleCachePath,
201 return First->ReadHeaderSearchOptions(HSOpts, SpecificModuleCachePath,
203 Second->ReadHeaderSearchOptions(HSOpts, SpecificModuleCachePath,
783 StringRef SpecificModuleCachePath,
788 if (SpecificModuleCachePath != ExistingModuleCachePath) {
791 << SpecificModuleCachePath << ExistingModuleCachePath;
800 StringRef SpecificModuleCachePath,
802 return checkHeaderSearchOptions(HSOpts, SpecificModuleCachePath,
5142 StringRef SpecificModuleCachePath,
5144 return checkHeaderSearchOptions(HSOpts, SpecificModuleCachePath,
198 ReadHeaderSearchOptions( const HeaderSearchOptions &HSOpts, StringRef SpecificModuleCachePath, bool Complain) argument
782 checkHeaderSearchOptions(const HeaderSearchOptions &HSOpts, StringRef SpecificModuleCachePath, StringRef ExistingModuleCachePath, DiagnosticsEngine *Diags, const LangOptions &LangOpts) argument
799 ReadHeaderSearchOptions(const HeaderSearchOptions &HSOpts, StringRef SpecificModuleCachePath, bool Complain) argument
5864 std::string SpecificModuleCachePath = ReadString(Record, Idx); local
[all...]

Completed in 249 milliseconds