Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp784 StringRef ExistingModuleCachePath, in checkHeaderSearchOptions() argument
788 if (SpecificModuleCachePath != ExistingModuleCachePath) { in checkHeaderSearchOptions()
791 << SpecificModuleCachePath << ExistingModuleCachePath; in checkHeaderSearchOptions()
5116 std::string ExistingModuleCachePath; member in __anon22a59e6d0a11::SimplePCHValidator
5123 StringRef ExistingModuleCachePath, FileManager &FileMgr) in SimplePCHValidator() argument
5127 ExistingModuleCachePath(ExistingModuleCachePath), FileMgr(FileMgr) {} in SimplePCHValidator()
5145 ExistingModuleCachePath, in ReadHeaderSearchOptions()
5430 StringRef ExistingModuleCachePath) { in isAcceptableASTFile() argument
5432 ExistingModuleCachePath, FileMgr); in isAcceptableASTFile()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h1720 StringRef ExistingModuleCachePath);