Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTReader.cpp627 StringRef ExistingModuleCachePath, in checkHeaderSearchOptions() argument
631 if (SpecificModuleCachePath != ExistingModuleCachePath) { in checkHeaderSearchOptions()
634 << SpecificModuleCachePath << ExistingModuleCachePath; in checkHeaderSearchOptions()
4151 std::string ExistingModuleCachePath; member in __anon546a9c040611::SimplePCHValidator
4158 StringRef ExistingModuleCachePath, in SimplePCHValidator() argument
4163 ExistingModuleCachePath(ExistingModuleCachePath), in SimplePCHValidator()
4182 ExistingModuleCachePath, in ReadHeaderSearchOptions()
4406 std::string ExistingModuleCachePath) { in isAcceptableASTFile() argument
4408 ExistingModuleCachePath, FileMgr); in isAcceptableASTFile()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp783 StringRef ExistingModuleCachePath, in checkHeaderSearchOptions() argument
787 if (SpecificModuleCachePath != ExistingModuleCachePath) { in checkHeaderSearchOptions()
790 << SpecificModuleCachePath << ExistingModuleCachePath; in checkHeaderSearchOptions()
5091 std::string ExistingModuleCachePath; member in __anon339b06120a11::SimplePCHValidator
5098 StringRef ExistingModuleCachePath, FileManager &FileMgr) in SimplePCHValidator() argument
5102 ExistingModuleCachePath(ExistingModuleCachePath), FileMgr(FileMgr) {} in SimplePCHValidator()
5120 ExistingModuleCachePath, in ReadHeaderSearchOptions()
5405 StringRef ExistingModuleCachePath) { in isAcceptableASTFile() argument
5407 ExistingModuleCachePath, FileMgr); in isAcceptableASTFile()
/external/llvm-project/clang/include/clang/Serialization/
DASTReader.h1708 StringRef ExistingModuleCachePath);
/external/clang/include/clang/Serialization/
DASTReader.h1509 std::string ExistingModuleCachePath);