Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp1755 std::string PathDisplayStr = Self.getAmbiguousPathsDisplayString(Paths); in TryStaticMemberPointerUpcast()
H A DSemaDeclCXX.cpp1345 << 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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h7198 std::string getAmbiguousPathsDisplayString(CXXBasePaths &Paths);