enum Sema::CheckedConversionKind

Description

The kind of conversion being performed.

Declared at: clang/include/clang/Sema/Sema.h:11831

Enumerators

NameValueComment
CCK_ImplicitConversion0An implicit conversion.
CCK_CStyleCast1A C-style cast.
CCK_FunctionalCast2A functional-style cast.
CCK_OtherCast3A cast other than a C-style cast.
CCK_ForBuiltinOverloadedOp4A conversion for an operand of a builtin overloaded operator.