Home
last modified time | relevance | path

Searched defs:getSpecificModuleCachePath (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h648 std::string getSpecificModuleCachePath() { in getSpecificModuleCachePath() function
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp542 std::string CompilerInstance::getSpecificModuleCachePath(StringRef ModuleHash) { in getSpecificModuleCachePath() function in CompilerInstance