Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp810 StringRef ExistingModuleCachePath, in checkHeaderSearchOptions() argument
815 if (SpecificModuleCachePath != ExistingModuleCachePath && in checkHeaderSearchOptions()
819 << SpecificModuleCachePath << ExistingModuleCachePath; in checkHeaderSearchOptions()
5165 std::string ExistingModuleCachePath; member in __anon4dbaf2520a11::SimplePCHValidator
5173 StringRef ExistingModuleCachePath, FileManager &FileMgr, in SimplePCHValidator() argument
5178 ExistingModuleCachePath(ExistingModuleCachePath), FileMgr(FileMgr), in SimplePCHValidator()
5197 ExistingModuleCachePath, nullptr, in ReadHeaderSearchOptions()
5485 StringRef ExistingModuleCachePath, in isAcceptableASTFile() argument
5488 ExistingModuleCachePath, FileMgr, in isAcceptableASTFile()
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTReader.h1741 StringRef ExistingModuleCachePath,