Searched refs:PossiblePath (Results 1 – 2 of 2) sorted by relevance
608 for (StringRef PossiblePath : PossibleAVRLibcLocations) { in findAVRLibcInstallation() local609 std::string Path = getDriver().SysRoot + PossiblePath.str(); in findAVRLibcInstallation()
3040 for (const CXXBasePath &PossiblePath : Paths) { in IsDerivedFrom() 3041 if (PossiblePath.size() == 1) { in IsDerivedFrom() 3042 Path = &PossiblePath; in IsDerivedFrom() 3139 for (const CXXBasePath &PossiblePath : Paths) { CheckDerivedToBaseConversion() local