Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1765 std::string PathDisplayStr = Self.getAmbiguousPathsDisplayString(Paths); in TryStaticMemberPointerUpcast()
H A DSemaDeclCXX.cpp1343 << RD << BaseType << S.getAmbiguousPathsDisplayString(Paths); in findDecomposableBaseClass()
2778 << BaseType << getAmbiguousPathsDisplayString(Paths) in AttachBaseSpecifiers()
2963 std::string PathDisplayStr = getAmbiguousPathsDisplayString(Paths); in CheckDerivedToBaseConversion()
2995 std::string Sema::getAmbiguousPathsDisplayString(CXXBasePaths &Paths) { in getAmbiguousPathsDisplayString() function in Sema
H A DSemaLookup.cpp2537 << Name << SubobjectType << getAmbiguousPathsDisplayString(*Paths) in DiagnoseAmbiguousLookup()
H A DSemaOverload.cpp3150 std::string PathDisplayStr = getAmbiguousPathsDisplayString(Paths); in CheckMemberPointerConversion()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7268 std::string getAmbiguousPathsDisplayString(CXXBasePaths &Paths);