enum TypeEvaluationKind

Description

The kind of evaluation to perform on values of a particular type. Basically, is the code in CGExprScalar, CGExprComplex, or CGExprAgg? TODO: should vectors maybe be split out into their own thing?

Declared at: clang/lib/CodeGen/CodeGenFunction.h:106

Enumerators

NameValueComment
TEK_Scalar0
TEK_Complex1
TEK_Aggregate2