Home | History | Annotate | Download | only in Sema

Lines Matching refs:Ambiguous

1568   // ambiguous.
1753 // ambiguous. This is slightly more expensive than checking whether
1784 // We know that the derived-to-base conversion is ambiguous, and
1796 // Build up a textual representation of the ambiguous paths, e.g.,
1797 // D -> B -> A, that will be used to illustrate the ambiguous
1822 /// @brief Builds a string representing ambiguous paths from a
3266 // If a mem-initializer-id is ambiguous because it designates both
5545 else if (SMOR->getKind() == Sema::SpecialMemberOverloadResult::Ambiguous)
5977 // The standard doesn't describe how to behave if the lookup is ambiguous.
5981 if (SMOR->getKind() == Sema::SpecialMemberOverloadResult::Ambiguous)
13776 case LookupResult::Ambiguous: