Lines Matching refs:Ambiguous
525 OS << "Ambiguous conversion";
1155 ICS.Ambiguous.setFromType(From->getType());
1156 ICS.Ambiguous.setToType(ToType);
1160 ICS.Ambiguous.addConversion(Cand->Function);
2088 // (clause 11) or ambiguous (10.2) base class of D, a program that
2597 /// ambiguous or inaccessible derived-to-base pointer
2629 // ambiguous or inaccessible conversion.
2710 /// expression From to the type ToType. This routine checks for ambiguous or
3274 // described in 13.3.3.2, the ambiguous conversion sequence is
4100 ICS.Ambiguous.addConversion(Cand->Function);
8169 /// Diagnoses an ambiguous conversion. The partial diagnostic is the
8177 << Ambiguous.getFromType() << Ambiguous.getToType();
8184 for (I = Ambiguous.begin(), E = Ambiguous.end(); I != E; ++I) {
9128 // ambiguous user-defined conversion.