Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp784 StringRef ExistingModuleCachePath, in checkHeaderSearchOptions() argument
789 if (SpecificModuleCachePath != ExistingModuleCachePath && in checkHeaderSearchOptions()
793 << SpecificModuleCachePath << ExistingModuleCachePath; in checkHeaderSearchOptions()
5132 std::string ExistingModuleCachePath; member in __anon60ee48d60a11::SimplePCHValidator
5139 StringRef ExistingModuleCachePath, FileManager &FileMgr) in SimplePCHValidator() argument
5143 ExistingModuleCachePath(ExistingModuleCachePath), FileMgr(FileMgr) {} in SimplePCHValidator()
5161 ExistingModuleCachePath, nullptr, in ReadHeaderSearchOptions()
5446 StringRef ExistingModuleCachePath) { in isAcceptableASTFile() argument
5448 ExistingModuleCachePath, FileMgr); in isAcceptableASTFile()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1723 StringRef ExistingModuleCachePath);