Home
last modified time | relevance | path

Searched refs:getModuleCachePath (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1510 !getPreprocessor().getHeaderSearchInfo().getModuleCachePath().empty() && in createASTReader()
2106 if (getPreprocessor().getHeaderSearchInfo().getModuleCachePath().empty()) in loadGlobalModuleIndex()
2121 getPreprocessor().getHeaderSearchInfo().getModuleCachePath()); in loadGlobalModuleIndex()
2124 getPreprocessor().getHeaderSearchInfo().getModuleCachePath())) { in loadGlobalModuleIndex()
2158 getPreprocessor().getHeaderSearchInfo().getModuleCachePath())) { in loadGlobalModuleIndex()
H A DFrontendAction.cpp958 CI.getPreprocessor().getHeaderSearchInfo().getModuleCachePath(); in Execute()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h348 StringRef getModuleCachePath() const { return ModuleCachePath; } in getModuleCachePath() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp188 getModuleCachePath()); in getCachedModuleFileName()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp805 PP.getHeaderSearchInfo().getModuleCachePath(), in ReadHeaderSearchOptions()
1251 !PP.getHeaderSearchInfo().getModuleCachePath().empty()) { in Error()
1253 << PP.getHeaderSearchInfo().getModuleCachePath(); in Error()
4144 = getPreprocessor().getHeaderSearchInfo().getModuleCachePath(); in loadGlobalIndex()
H A DASTWriter.cpp1330 AddString(PP.getHeaderSearchInfo().getModuleCachePath(), Record); in WriteControlBlock()