Searched refs:getSpecificModuleCachePath (Results 1 – 3 of 3) sorted by relevance
700 std::string getSpecificModuleCachePath(StringRef ModuleHash);701 std::string getSpecificModuleCachePath() { in getSpecificModuleCachePath() function702 return getSpecificModuleCachePath(getInvocation().getModuleHash()); in getSpecificModuleCachePath()
488 getSpecificModuleCachePath(ModuleHash)); in createPreprocessor()540 std::string CompilerInstance::getSpecificModuleCachePath(StringRef ModuleHash) { in getSpecificModuleCachePath() function in CompilerInstance
936 std::string SpecificModuleCachePath = CI.getSpecificModuleCachePath(); in BeginSourceFile()