Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp1468 !getPreprocessor().getHeaderSearchInfo().getModuleCachePath().empty() && in createModuleManager()
2043 if (getPreprocessor().getHeaderSearchInfo().getModuleCachePath().empty()) in loadGlobalModuleIndex()
2058 getPreprocessor().getHeaderSearchInfo().getModuleCachePath()); in loadGlobalModuleIndex()
2061 getPreprocessor().getHeaderSearchInfo().getModuleCachePath()); in loadGlobalModuleIndex()
2088 getPreprocessor().getHeaderSearchInfo().getModuleCachePath()); in loadGlobalModuleIndex()
H A DFrontendAction.cpp942 CI.getPreprocessor().getHeaderSearchInfo().getModuleCachePath(); in Execute()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DHeaderSearch.h335 StringRef getModuleCachePath() const { return ModuleCachePath; } in getModuleCachePath() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DHeaderSearch.cpp160 if (getModuleCachePath().empty()) in getCachedModuleFileName()
163 SmallString<256> Result(getModuleCachePath()); in getCachedModuleFileName()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp795 PP.getHeaderSearchInfo().getModuleCachePath(), in ReadHeaderSearchOptions()
1208 !PP.getHeaderSearchInfo().getModuleCachePath().empty()) { in Error()
1210 << PP.getHeaderSearchInfo().getModuleCachePath(); in Error()
3807 = getPreprocessor().getHeaderSearchInfo().getModuleCachePath(); in loadGlobalIndex()
H A DASTWriter.cpp1670 AddString(PP.getHeaderSearchInfo().getModuleCachePath(), Record); in WriteControlBlock()