Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp610 StringRef ExistingModuleCachePath, in checkHeaderSearchOptions() argument
614 if (SpecificModuleCachePath != ExistingModuleCachePath) { in checkHeaderSearchOptions()
617 << SpecificModuleCachePath << ExistingModuleCachePath; in checkHeaderSearchOptions()
3925 std::string ExistingModuleCachePath; member in __anon2bcfce5b0511::SimplePCHValidator
3932 StringRef ExistingModuleCachePath, in SimplePCHValidator() argument
3937 ExistingModuleCachePath(ExistingModuleCachePath), in SimplePCHValidator()
3956 ExistingModuleCachePath, in ReadHeaderSearchOptions()
4165 std::string ExistingModuleCachePath) { in isAcceptableASTFile() argument
4167 ExistingModuleCachePath, FileMgr); in isAcceptableASTFile()
/NextBSD/contrib/llvm/tools/clang/include/clang/Serialization/
HDASTReader.h1479 std::string ExistingModuleCachePath);