enum ImplicitConversionSequence::Kind

Description

Kind - The kind of implicit conversion sequence. BadConversion specifies that there is no conversion from the source type to the target type. AmbiguousConversion represents the unique ambiguous conversion (C++0x [over.best.ics]p10).

Declared at: clang/include/clang/Sema/Overload.h:524

Enumerators

NameValueComment
StandardConversion0
UserDefinedConversion1
AmbiguousConversion2
EllipsisConversion3
BadConversion4