Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp776 StringRef ExistingModuleCachePath, in checkHeaderSearchOptions() argument
780 if (SpecificModuleCachePath != ExistingModuleCachePath) { in checkHeaderSearchOptions()
783 << SpecificModuleCachePath << ExistingModuleCachePath; in checkHeaderSearchOptions()
4673 std::string ExistingModuleCachePath; member in __anon77ecc0710711::SimplePCHValidator
4680 StringRef ExistingModuleCachePath, in SimplePCHValidator() argument
4685 ExistingModuleCachePath(ExistingModuleCachePath), in SimplePCHValidator()
4704 ExistingModuleCachePath, in ReadHeaderSearchOptions()
4938 StringRef ExistingModuleCachePath) { in isAcceptableASTFile() argument
4940 ExistingModuleCachePath, FileMgr); in isAcceptableASTFile()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1696 StringRef ExistingModuleCachePath);