Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1717 !getPreprocessor().getHeaderSearchInfo().getModuleCachePath().empty() && in createASTReader()
2269 if (getPreprocessor().getHeaderSearchInfo().getModuleCachePath().empty()) in loadGlobalModuleIndex()
2284 getPreprocessor().getHeaderSearchInfo().getModuleCachePath()); in loadGlobalModuleIndex()
2287 getPreprocessor().getHeaderSearchInfo().getModuleCachePath())) { in loadGlobalModuleIndex()
2321 getPreprocessor().getHeaderSearchInfo().getModuleCachePath())) { in loadGlobalModuleIndex()
H A DFrontendAction.cpp1085 CI.getPreprocessor().getHeaderSearchInfo().getModuleCachePath(); in Execute()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h446 StringRef getModuleCachePath() const { return ModuleCachePath; } in getModuleCachePath() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp258 getModuleCachePath()); in getCachedModuleFileName()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp863 PP.getHeaderSearchInfo().getModuleCachePath(), in ReadHeaderSearchOptions()
1359 !PP.getHeaderSearchInfo().getModuleCachePath().empty()) { in Error()
1361 << PP.getHeaderSearchInfo().getModuleCachePath(); in Error()
4356 = getPreprocessor().getHeaderSearchInfo().getModuleCachePath(); in loadGlobalIndex()
H A DASTWriter.cpp1628 AddString(PP.getHeaderSearchInfo().getModuleCachePath(), Record); in WriteControlBlock()