Home
last modified time | relevance | path

Searched refs:getAmbiguousPathsDisplayString (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaLambda.cpp440 std::string PathsDisplay = getAmbiguousPathsDisplayString(Paths); in DiagnoseInvalidExplicitObjectParameterInLambda()
HDSemaCast.cpp1822 std::string PathDisplayStr = Self.getAmbiguousPathsDisplayString(Paths); in TryStaticMemberPointerUpcast()
HDSemaDeclCXX.cpp1397 << RD << BaseType << S.getAmbiguousPathsDisplayString(Paths); in findDecomposableBaseClass()
2921 << BaseType << getAmbiguousPathsDisplayString(Paths) in AttachBaseSpecifiers()
3088 std::string PathDisplayStr = getAmbiguousPathsDisplayString(Paths); in CheckDerivedToBaseConversion()
3107 std::string Sema::getAmbiguousPathsDisplayString(CXXBasePaths &Paths) { in getAmbiguousPathsDisplayString() function in Sema
HDSemaLookup.cpp2771 << Name << SubobjectType << getAmbiguousPathsDisplayString(*Paths) in DiagnoseAmbiguousLookup()
HDSemaOverload.cpp3461 std::string PathDisplayStr = getAmbiguousPathsDisplayString(Paths); in CheckMemberPointerConversion()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h5716 std::string getAmbiguousPathsDisplayString(CXXBasePaths &Paths);