Home
last modified time | relevance | path

Searched refs:ExistingModuleCachePath (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp841 StringRef ExistingModuleCachePath, in checkModuleCachePath() argument
846 SpecificModuleCachePath == ExistingModuleCachePath) in checkModuleCachePath()
849 VFS.equivalent(SpecificModuleCachePath, ExistingModuleCachePath); in checkModuleCachePath()
854 << SpecificModuleCachePath << ExistingModuleCachePath; in checkModuleCachePath()
5353 std::string ExistingModuleCachePath; member in __anon09454b220c11::SimplePCHValidator
5361 StringRef ExistingModuleCachePath, FileManager &FileMgr, in SimplePCHValidator() argument
5366 ExistingModuleCachePath(ExistingModuleCachePath), FileMgr(FileMgr), in SimplePCHValidator()
5386 ExistingModuleCachePath, nullptr, ExistingLangOpts, ExistingPPOpts); in ReadHeaderSearchOptions()
5702 StringRef ExistingModuleCachePath, in isAcceptableASTFile() argument
5705 ExistingModuleCachePath, FileMgr, in isAcceptableASTFile()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1811 StringRef ExistingModuleCachePath,