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()
1805 std::string PathDisplayStr = getAmbiguousPathsDisplayString(Paths); in CheckDerivedToBaseConversion()
1837 std::string Sema::getAmbiguousPathsDisplayString(CXXBasePaths &Paths) { in getAmbiguousPathsDisplayString() function in Sema
DSemaLookup.cpp2313 << Name << SubobjectType << getAmbiguousPathsDisplayString(*Paths) in DiagnoseAmbiguousLookup()
DSemaOverload.cpp2885 std::string PathDisplayStr = getAmbiguousPathsDisplayString(Paths); in CheckMemberPointerConversion()
/external/clang/include/clang/Sema/
DSema.h5517 std::string getAmbiguousPathsDisplayString(CXXBasePaths &Paths);