Home
last modified time | relevance | path

Searched refs:PossiblePath (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DAVR.cpp538 for (StringRef PossiblePath : PossibleAVRLibcLocations) { in findAVRLibcInstallation() local
539 std::string Path = getDriver().SysRoot + PossiblePath.str(); in findAVRLibcInstallation()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp2955 for (const CXXBasePath &PossiblePath : Paths) { in CheckDerivedToBaseConversion() local
2956 if (PossiblePath.size() == 1) { in CheckDerivedToBaseConversion()
2957 Path = &PossiblePath; in CheckDerivedToBaseConversion()