Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getEvaluationKind

1286   static TypeEvaluationKind getEvaluationKind(QualType T);
1289 return getEvaluationKind(T) == TEK_Scalar;
1293 return getEvaluationKind(T) == TEK_Aggregate;