Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp811 StringRef ExistingModuleCachePath, in checkHeaderSearchOptions() argument
816 if (SpecificModuleCachePath != ExistingModuleCachePath && in checkHeaderSearchOptions()
820 << SpecificModuleCachePath << ExistingModuleCachePath; in checkHeaderSearchOptions()
5171 std::string ExistingModuleCachePath; member in __anonf128f12f0a11::SimplePCHValidator
5179 StringRef ExistingModuleCachePath, FileManager &FileMgr, in SimplePCHValidator() argument
5184 ExistingModuleCachePath(ExistingModuleCachePath), FileMgr(FileMgr), in SimplePCHValidator()
5203 ExistingModuleCachePath, nullptr, in ReadHeaderSearchOptions()
5501 StringRef ExistingModuleCachePath, in isAcceptableASTFile() argument
5504 ExistingModuleCachePath, FileMgr, in isAcceptableASTFile()
/openbsd/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h1771 StringRef ExistingModuleCachePath,