Home | History | Annotate | Download | only in Sema

Lines Matching refs:Ambiguous

1587   // ambiguous. This is slightly more expensive than checking whether
1618 // We know that the derived-to-base conversion is ambiguous, and
1630 // Build up a textual representation of the ambiguous paths, e.g.,
1631 // D -> B -> A, that will be used to illustrate the ambiguous
1656 /// @brief Builds a string representing ambiguous paths from a
2749 // If a mem-initializer-id is ambiguous because it designates both
4774 else if (SMOR->getKind() == Sema::SpecialMemberOverloadResult::Ambiguous)
5210 // The standard doesn't describe how to behave if the lookup is ambiguous.
5214 if (SMOR->getKind() == Sema::SpecialMemberOverloadResult::Ambiguous)
12476 case LookupResult::Ambiguous: