Searched refs:PossiblePath (Results 1 – 2 of 2) sorted by relevance
538 for (StringRef PossiblePath : PossibleAVRLibcLocations) { in findAVRLibcInstallation() local539 std::string Path = getDriver().SysRoot + PossiblePath.str(); in findAVRLibcInstallation()
2955 for (const CXXBasePath &PossiblePath : Paths) { in CheckDerivedToBaseConversion() local2956 if (PossiblePath.size() == 1) { in CheckDerivedToBaseConversion()2957 Path = &PossiblePath; in CheckDerivedToBaseConversion()