Searched refs:ExistingModuleCachePath (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 868 StringRef ExistingModuleCachePath, in checkModuleCachePath() argument 874 SpecificModuleCachePath == ExistingModuleCachePath) in checkModuleCachePath() 877 VFS.equivalent(SpecificModuleCachePath, ExistingModuleCachePath); in checkModuleCachePath() 882 << SpecificModuleCachePath << ExistingModuleCachePath << ModuleFilename; in checkModuleCachePath() 5648 std::string ExistingModuleCachePath; member in __anon09454b220d11::SimplePCHValidator 5656 StringRef ExistingModuleCachePath, FileManager &FileMgr, in SimplePCHValidator() argument 5661 ExistingModuleCachePath(ExistingModuleCachePath), FileMgr(FileMgr), in SimplePCHValidator() 5684 ExistingModuleCachePath, ModuleFilename, in ReadHeaderSearchOptions() 6020 StringRef ExistingModuleCachePath, bool RequireStrictOptionMatches) { in isAcceptableASTFile() argument 6022 ExistingModuleCachePath, FileMgr, in isAcceptableASTFile()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 1999 StringRef ExistingModuleCachePath,
|