Lines Matching refs:Ambiguous
502 OS << "Ambiguous conversion";
1144 ICS.Ambiguous.setFromType(From->getType());
1145 ICS.Ambiguous.setToType(ToType);
1149 ICS.Ambiguous.addConversion(Cand->Function);
2086 // (clause 11) or ambiguous (10.2) base class of D, a program that
2598 /// ambiguous or inaccessible derived-to-base pointer
2630 // ambiguous or inaccessible conversion.
2711 /// expression From to the type ToType. This routine checks for ambiguous or
3298 // described in 13.3.3.2, the ambiguous conversion sequence is
4155 ICS.Ambiguous.addConversion(Cand->Function);
8659 /// Diagnoses an ambiguous conversion. The partial diagnostic is the
8667 << Ambiguous.getFromType() << Ambiguous.getToType();
8674 for (I = Ambiguous.begin(), E = Ambiguous.end(); I != E; ++I) {
9695 // ambiguous user-defined conversion.