Home | History | Annotate | Download | only in Sema

Lines Matching refs:Ambiguous

509     OS << "Ambiguous conversion";
1184 ICS.Ambiguous.setFromType(From->getType());
1185 ICS.Ambiguous.setToType(ToType);
1189 ICS.Ambiguous.addConversion(Cand->Function);
2145 // (clause 11) or ambiguous (10.2) base class of D, a program that
2652 /// ambiguous or inaccessible derived-to-base pointer
2684 // ambiguous or inaccessible conversion.
2772 /// expression From to the type ToType. This routine checks for ambiguous or
3356 // described in 13.3.3.2, the ambiguous conversion sequence is
4213 ICS.Ambiguous.addConversion(Cand->Function);
8611 /// declarations visible to be ambiguous in some cases (this happens when using
8917 /// Diagnoses an ambiguous conversion. The partial diagnostic is the
8925 << Ambiguous.getFromType() << Ambiguous.getToType();
8932 for (I = Ambiguous.begin(), E = Ambiguous.end(); I != E; ++I) {
9967 // ambiguous user-defined conversion.