Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1732 !getPreprocessor().getHeaderSearchInfo().getModuleCachePath().empty() && in createASTReader()
2285 if (getPreprocessor().getHeaderSearchInfo().getModuleCachePath().empty()) in loadGlobalModuleIndex()
2300 getPreprocessor().getHeaderSearchInfo().getModuleCachePath()); in loadGlobalModuleIndex()
2303 getPreprocessor().getHeaderSearchInfo().getModuleCachePath())) { in loadGlobalModuleIndex()
2337 getPreprocessor().getHeaderSearchInfo().getModuleCachePath())) { in loadGlobalModuleIndex()
H A DFrontendAction.cpp1228 CI.getPreprocessor().getHeaderSearchInfo().getModuleCachePath(); in Execute()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h448 StringRef getModuleCachePath() const { return ModuleCachePath; } in getModuleCachePath() function
/freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp776 static std::string getModuleCachePath(ArrayRef<std::string> Args) { in getModuleCachePath() function
1024 OutputDir = getModuleCachePath(Input->CommandLine); in clang_scan_deps_main()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp262 getModuleCachePath()); in getCachedModuleFileName()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp892 PP.getHeaderSearchInfo().getModuleCachePath(), ModuleFilename, in ReadHeaderSearchOptions()
1543 !PP.getHeaderSearchInfo().getModuleCachePath().empty()) { in Error()
1545 << PP.getHeaderSearchInfo().getModuleCachePath(); in Error()
4657 = getPreprocessor().getHeaderSearchInfo().getModuleCachePath(); in loadGlobalIndex()
H A DASTWriter.cpp1691 AddString(PP.getHeaderSearchInfo().getModuleCachePath(), Record); in WriteControlBlock()