Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInstance.h650 std::string getSpecificModuleCachePath() { in getSpecificModuleCachePath() function
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp549 std::string CompilerInstance::getSpecificModuleCachePath(StringRef ModuleHash) { in getSpecificModuleCachePath() function in CompilerInstance