Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAVR.cpp608 for (StringRef PossiblePath : PossibleAVRLibcLocations) { in findAVRLibcInstallation() local
609 std::string Path = getDriver().SysRoot + PossiblePath.str(); in findAVRLibcInstallation()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp3139 for (const CXXBasePath &PossiblePath : Paths) { in CheckDerivedToBaseConversion() local
3140 if (PossiblePath.size() == 1) { in CheckDerivedToBaseConversion()
3141 Path = &PossiblePath; in CheckDerivedToBaseConversion()