Home | History | Annotate | Download | only in Sema

Lines Matching refs:Ambiguous

1409   // ambiguous. This is slightly more expensive than checking whether
1439 // We know that the derived-to-base conversion is ambiguous, and
1451 // Build up a textual representation of the ambiguous paths, e.g.,
1452 // D -> B -> A, that will be used to illustrate the ambiguous
1476 /// @brief Builds a string representing ambiguous paths from a
2587 // If a mem-initializer-id is ambiguous because it designates both
4560 else if (SMOR->getKind() == Sema::SpecialMemberOverloadResult::Ambiguous)
4991 // The standard doesn't describe how to behave if the lookup is ambiguous.
4995 if (SMOR->getKind() == Sema::SpecialMemberOverloadResult::Ambiguous)