Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1682 !getPreprocessor().getHeaderSearchInfo().getModuleCachePath().empty() && in createASTReader()
2225 if (getPreprocessor().getHeaderSearchInfo().getModuleCachePath().empty()) in loadGlobalModuleIndex()
2240 getPreprocessor().getHeaderSearchInfo().getModuleCachePath()); in loadGlobalModuleIndex()
2243 getPreprocessor().getHeaderSearchInfo().getModuleCachePath())) { in loadGlobalModuleIndex()
2277 getPreprocessor().getHeaderSearchInfo().getModuleCachePath())) { in loadGlobalModuleIndex()
H A DFrontendAction.cpp1076 CI.getPreprocessor().getHeaderSearchInfo().getModuleCachePath(); in Execute()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h429 StringRef getModuleCachePath() const { return ModuleCachePath; } in getModuleCachePath() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp234 getModuleCachePath()); in getCachedModuleFileName()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp857 PP.getHeaderSearchInfo().getModuleCachePath(), in ReadHeaderSearchOptions()
1318 !PP.getHeaderSearchInfo().getModuleCachePath().empty()) { in Error()
1320 << PP.getHeaderSearchInfo().getModuleCachePath(); in Error()
4347 = getPreprocessor().getHeaderSearchInfo().getModuleCachePath(); in loadGlobalIndex()
H A DASTWriter.cpp1515 AddString(PP.getHeaderSearchInfo().getModuleCachePath(), Record); in WriteControlBlock()