Searched refs:hasAggregateEvaluationKind (Results 1 – 5 of 5) sorted by relevance
1347 assert(E && hasAggregateEvaluationKind(E->getType()) && in EmitAggExpr()1359 assert(hasAggregateEvaluationKind(E->getType()) && "Invalid argument!"); in EmitAggExprToLValue()
136 if (hasAggregateEvaluationKind(E->getType())) in EmitAnyExprToTemp()2613 assert(hasAggregateEvaluationKind(expr->getType()) && in EmitConditionalOperatorLValue()3214 CodeGenFunction::hasAggregateEvaluationKind(ov->getType())) { in emitPseudoObjectExpr()
232 if (hasAggregateEvaluationKind(ExprTy)) { in EmitCompoundStmtWithoutScope()
1265 static bool hasAggregateEvaluationKind(QualType T) { in hasAggregateEvaluationKind() function
2030 bool HasAggregateEvalKind = hasAggregateEvaluationKind(type); in EmitCallArg()