Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp1493 !getPreprocessor().getHeaderSearchInfo().getModuleCachePath().empty() && in createASTReader()
2089 if (getPreprocessor().getHeaderSearchInfo().getModuleCachePath().empty()) in loadGlobalModuleIndex()
2104 getPreprocessor().getHeaderSearchInfo().getModuleCachePath()); in loadGlobalModuleIndex()
2107 getPreprocessor().getHeaderSearchInfo().getModuleCachePath())) { in loadGlobalModuleIndex()
2141 getPreprocessor().getHeaderSearchInfo().getModuleCachePath())) { in loadGlobalModuleIndex()
H A DFrontendAction.cpp958 CI.getPreprocessor().getHeaderSearchInfo().getModuleCachePath(); in Execute()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearch.h337 StringRef getModuleCachePath() const { return ModuleCachePath; } in getModuleCachePath() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DHeaderSearch.cpp188 getModuleCachePath()); in getCachedModuleFileName()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp803 PP.getHeaderSearchInfo().getModuleCachePath(), in ReadHeaderSearchOptions()
1249 !PP.getHeaderSearchInfo().getModuleCachePath().empty()) { in Error()
1251 << PP.getHeaderSearchInfo().getModuleCachePath(); in Error()
4128 = getPreprocessor().getHeaderSearchInfo().getModuleCachePath(); in loadGlobalIndex()
H A DASTWriter.cpp1330 AddString(PP.getHeaderSearchInfo().getModuleCachePath(), Record); in WriteControlBlock()