Home
last modified time | relevance | path

Searched refs:getAmbiguousPathsDisplayString (Results 1 – 9 of 9) 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()
/external/llvm-project/clang/lib/Sema/
DSemaCast.cpp1659 std::string PathDisplayStr = Self.getAmbiguousPathsDisplayString(Paths); in TryStaticMemberPointerUpcast()
DSemaDeclCXX.cpp1328 << RD << BaseType << S.getAmbiguousPathsDisplayString(Paths); in findDecomposableBaseClass()
2753 << BaseType << getAmbiguousPathsDisplayString(Paths) in AttachBaseSpecifiers()
2938 std::string PathDisplayStr = getAmbiguousPathsDisplayString(Paths); in CheckDerivedToBaseConversion()
2970 std::string Sema::getAmbiguousPathsDisplayString(CXXBasePaths &Paths) { in getAmbiguousPathsDisplayString() function in Sema
DSemaLookup.cpp2495 << Name << SubobjectType << getAmbiguousPathsDisplayString(*Paths) in DiagnoseAmbiguousLookup()
DSemaOverload.cpp3150 std::string PathDisplayStr = getAmbiguousPathsDisplayString(Paths); in CheckMemberPointerConversion()
/external/clang/include/clang/Sema/
DSema.h5517 std::string getAmbiguousPathsDisplayString(CXXBasePaths &Paths);
/external/llvm-project/clang/include/clang/Sema/
DSema.h7051 std::string getAmbiguousPathsDisplayString(CXXBasePaths &Paths);