Searched refs:getSpecificModuleCachePath (Results 1 – 3 of 3) sorted by relevance
681 std::string getSpecificModuleCachePath(StringRef ModuleHash);682 std::string getSpecificModuleCachePath() { in getSpecificModuleCachePath() function683 return getSpecificModuleCachePath(getInvocation().getModuleHash()); in getSpecificModuleCachePath()
492 getSpecificModuleCachePath(ModuleHash)); in createPreprocessor()541 std::string CompilerInstance::getSpecificModuleCachePath(StringRef ModuleHash) { in getSpecificModuleCachePath() function in CompilerInstance
779 std::string SpecificModuleCachePath = CI.getSpecificModuleCachePath(); in BeginSourceFile()