Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp1385 std::string PathDisplayStr = Self.getAmbiguousPathsDisplayString(Paths); in TryStaticMemberPointerUpcast()
H A DSemaLookup.cpp1885 << Name << SubobjectType << getAmbiguousPathsDisplayString(*Paths) in DiagnoseAmbiguousLookup()
H A DSemaDeclCXX.cpp1767 std::string PathDisplayStr = getAmbiguousPathsDisplayString(Paths); in CheckDerivedToBaseConversion()
1801 std::string Sema::getAmbiguousPathsDisplayString(CXXBasePaths &Paths) { in getAmbiguousPathsDisplayString() function in Sema
H A DSemaOverload.cpp2737 std::string PathDisplayStr = getAmbiguousPathsDisplayString(Paths); in CheckMemberPointerConversion()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h5193 std::string getAmbiguousPathsDisplayString(CXXBasePaths &Paths);