reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGCall.cpp
 2823     assert(hasAggregateEvaluationKind(RetTy));
 3094   if (hasAggregateEvaluationKind(type) && !CurFuncIsThunk &&
 3574   bool HasAggregateEvalKind = hasAggregateEvaluationKind(type);
tools/clang/lib/CodeGen/CGDecl.cpp
 2399     if (hasAggregateEvaluationKind(Ty) && !CurFuncIsThunk &&
tools/clang/lib/CodeGen/CGExpr.cpp
  216   if (hasAggregateEvaluationKind(E->getType()))
 4208     assert(hasAggregateEvaluationKind(expr->getType()) &&
 5044           CodeGenFunction::hasAggregateEvaluationKind(ov->getType())) {
tools/clang/lib/CodeGen/CGExprAgg.cpp
 1852   assert(E && hasAggregateEvaluationKind(E->getType()) &&
 1864   assert(hasAggregateEvaluationKind(E->getType()) && "Invalid argument!");
tools/clang/lib/CodeGen/CGStmt.cpp
  425       if (hasAggregateEvaluationKind(ExprTy)) {
 2038         hasAggregateEvaluationKind(OutExpr->getType());
tools/clang/lib/CodeGen/CodeGenFunction.h
 1098              hasAggregateEvaluationKind(expr->getType());