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

References

tools/clang/lib/CodeGen/CGCall.cpp
 3559   DisableDebugLocationUpdates Dis(*this, E);
 3561         = dyn_cast<ObjCIndirectCopyRestoreExpr>(E)) {
 3566   assert(type->isReferenceType() == E->isGLValue() &&
 3569   if (E->isGLValue()) {
 3570     assert(E->getObjectKind() == OK_Ordinary);
 3571     return args.add(EmitReferenceBindingToExpr(E), type);
 3598     EmitAggExpr(E, Slot);
 3615   if (HasAggregateEvalKind && isa<ImplicitCastExpr>(E) &&
 3616       cast<CastExpr>(E)->getCastKind() == CK_LValueToRValue) {
 3617     LValue L = EmitLValue(cast<CastExpr>(E)->getSubExpr());
 3623   args.add(EmitAnyExprToTemp(E), type);