Searched refs:getSpecificModuleCachePath (Results 1 – 6 of 6) sorted by relevance
652 std::string getSpecificModuleCachePath(StringRef ModuleHash);653 std::string getSpecificModuleCachePath() { in getSpecificModuleCachePath() function654 return getSpecificModuleCachePath(getInvocation().getModuleHash()); in getSpecificModuleCachePath()
639 std::string getSpecificModuleCachePath();
284 std::string SpecificModuleCachePath = CI.getSpecificModuleCachePath(); in BeginSourceFile()
343 PP->getHeaderSearchInfo().setModuleCachePath(getSpecificModuleCachePath()); in createPreprocessor()386 std::string CompilerInstance::getSpecificModuleCachePath() { in getSpecificModuleCachePath() function in CompilerInstance
435 getSpecificModuleCachePath(ModuleHash)); in createPreprocessor()484 std::string CompilerInstance::getSpecificModuleCachePath(StringRef ModuleHash) { in getSpecificModuleCachePath() function in CompilerInstance
726 std::string SpecificModuleCachePath = CI.getSpecificModuleCachePath(); in BeginSourceFile()