Searched refs:getSpecificModuleCachePath (Results 1 – 3 of 3) sorted by relevance
649 std::string getSpecificModuleCachePath(StringRef ModuleHash);650 std::string getSpecificModuleCachePath() { in getSpecificModuleCachePath() function651 return getSpecificModuleCachePath(getInvocation().getModuleHash()); in getSpecificModuleCachePath()
500 getSpecificModuleCachePath(ModuleHash)); in createPreprocessor()549 std::string CompilerInstance::getSpecificModuleCachePath(StringRef ModuleHash) { in getSpecificModuleCachePath() function in CompilerInstance
772 std::string SpecificModuleCachePath = CI.getSpecificModuleCachePath(); in BeginSourceFile()