Searched refs:PossiblePath (Results 1 – 2 of 2) sorted by relevance
674 for (StringRef PossiblePath : PossibleAVRLibcLocations) { in findAVRLibcInstallation() local675 std::string Path = getDriver().SysRoot + PossiblePath.str(); in findAVRLibcInstallation()
3132 for (const CXXBasePath &PossiblePath : Paths) { in CheckDerivedToBaseConversion() local3133 if (PossiblePath.size() == 1) { in CheckDerivedToBaseConversion()3134 Path = &PossiblePath; in CheckDerivedToBaseConversion()