Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp440 std::string PathsDisplay = getAmbiguousPathsDisplayString(Paths); in DiagnoseInvalidExplicitObjectParameterInLambda()
H A DSemaCast.cpp1822 std::string PathDisplayStr = Self.getAmbiguousPathsDisplayString(Paths); in TryStaticMemberPointerUpcast()
H A DSemaDeclCXX.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
H A DSemaLookup.cpp2771 << Name << SubobjectType << getAmbiguousPathsDisplayString(*Paths) in DiagnoseAmbiguousLookup()
H A DSemaOverload.cpp3461 std::string PathDisplayStr = getAmbiguousPathsDisplayString(Paths); in CheckMemberPointerConversion()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5716 std::string getAmbiguousPathsDisplayString(CXXBasePaths &Paths);