Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCast.cpp1429 std::string PathDisplayStr = Self.getAmbiguousPathsDisplayString(Paths); in TryStaticMemberPointerUpcast()
DSemaDeclCXX.cpp1640 << BaseType << getAmbiguousPathsDisplayString(Paths) in AttachBaseSpecifiers()
1800 std::string PathDisplayStr = getAmbiguousPathsDisplayString(Paths); in CheckDerivedToBaseConversion()
1834 std::string Sema::getAmbiguousPathsDisplayString(CXXBasePaths &Paths) { in getAmbiguousPathsDisplayString() function in Sema
DSemaLookup.cpp2223 << Name << SubobjectType << getAmbiguousPathsDisplayString(*Paths) in DiagnoseAmbiguousLookup()
DSemaOverload.cpp2813 std::string PathDisplayStr = getAmbiguousPathsDisplayString(Paths); in CheckMemberPointerConversion()
/external/clang/include/clang/Sema/
DSema.h5393 std::string getAmbiguousPathsDisplayString(CXXBasePaths &Paths);