Searched refs:getSpecificModuleCachePath (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h646 std::string getSpecificModuleCachePath(StringRef ModuleHash);
647 std::string getSpecificModuleCachePath() { function in class:clang::CompilerInstance
648 return getSpecificModuleCachePath(getInvocation().getModuleHash());
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp728 std::string SpecificModuleCachePath = CI.getSpecificModuleCachePath();
H A DCompilerInstance.cpp491 getSpecificModuleCachePath(ModuleHash));
540 std::string CompilerInstance::getSpecificModuleCachePath(StringRef ModuleHash) { function in class:CompilerInstance

Completed in 209 milliseconds