Home | History | Annotate | Download | only in Sema

Lines Matching refs:Ambiguous

42     OR_Ambiguous,           ///< Ambiguous candidates found.
294 /// Represents an ambiguous user-defined conversion sequence.
392 /// ambiguous conversion (C++0x [over.best.ics]p10).
422 if (ConversionKind == AmbiguousConversion) Ambiguous.destruct();
436 /// details of the ambiguous conversion.
437 AmbiguousConversionSequence Ambiguous;
460 case AmbiguousConversion: Ambiguous.copyFrom(Other.Ambiguous); break;
483 /// sequences and ambiguous conversion sequences the same rank,
536 Ambiguous.construct();
672 /// candidate requires an ambiguous conversion or not.