Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp1663 !getPreprocessor().getHeaderSearchInfo().getModuleCachePath().empty() && in createASTReader()
2200 if (getPreprocessor().getHeaderSearchInfo().getModuleCachePath().empty()) in loadGlobalModuleIndex()
2215 getPreprocessor().getHeaderSearchInfo().getModuleCachePath()); in loadGlobalModuleIndex()
2218 getPreprocessor().getHeaderSearchInfo().getModuleCachePath())) { in loadGlobalModuleIndex()
2252 getPreprocessor().getHeaderSearchInfo().getModuleCachePath())) { in loadGlobalModuleIndex()
H A DFrontendAction.cpp1065 CI.getPreprocessor().getHeaderSearchInfo().getModuleCachePath(); in Execute()
/openbsd-src/gnu/llvm/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp526 static std::string getModuleCachePath(ArrayRef<std::string> Args) { in getModuleCachePath() function
759 OutputDir = getModuleCachePath(Input->CommandLine); in main()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DHeaderSearch.h418 StringRef getModuleCachePath() const { return ModuleCachePath; } in getModuleCachePath() function
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DHeaderSearch.cpp235 getModuleCachePath()); in getCachedModuleFileName()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp832 PP.getHeaderSearchInfo().getModuleCachePath(), in ReadHeaderSearchOptions()
1278 !PP.getHeaderSearchInfo().getModuleCachePath().empty()) { in Error()
1280 << PP.getHeaderSearchInfo().getModuleCachePath(); in Error()
4172 = getPreprocessor().getHeaderSearchInfo().getModuleCachePath(); in loadGlobalIndex()
H A DASTWriter.cpp1450 AddString(PP.getHeaderSearchInfo().getModuleCachePath(), Record); in WriteControlBlock()