Home | History | Annotate | Download | only in Sema

Lines Matching refs:Ambiguous

1705   // ambiguous. This is slightly more expensive than checking whether
1736 // We know that the derived-to-base conversion is ambiguous, and
1748 // Build up a textual representation of the ambiguous paths, e.g.,
1749 // D -> B -> A, that will be used to illustrate the ambiguous
1774 /// @brief Builds a string representing ambiguous paths from a
2982 // If a mem-initializer-id is ambiguous because it designates both
5171 else if (SMOR->getKind() == Sema::SpecialMemberOverloadResult::Ambiguous)
5596 // The standard doesn't describe how to behave if the lookup is ambiguous.
5600 if (SMOR->getKind() == Sema::SpecialMemberOverloadResult::Ambiguous)
13109 case LookupResult::Ambiguous: