Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp836 StringRef ExistingModuleCachePath, in checkHeaderSearchOptions() argument
841 if (SpecificModuleCachePath != ExistingModuleCachePath && in checkHeaderSearchOptions()
845 << SpecificModuleCachePath << ExistingModuleCachePath; in checkHeaderSearchOptions()
5348 std::string ExistingModuleCachePath; member in __anon063f2bd80c11::SimplePCHValidator
5356 StringRef ExistingModuleCachePath, FileManager &FileMgr, in SimplePCHValidator() argument
5361 ExistingModuleCachePath(ExistingModuleCachePath), FileMgr(FileMgr), in SimplePCHValidator()
5380 ExistingModuleCachePath, nullptr, in ReadHeaderSearchOptions()
5696 StringRef ExistingModuleCachePath, in isAcceptableASTFile() argument
5699 ExistingModuleCachePath, FileMgr, in isAcceptableASTFile()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1798 StringRef ExistingModuleCachePath,