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

Definitions

tools/clang/include/clang/AST/OperationKinds.def
  394 BINARY_OPERATION(AddAssign, "+=")
tools/clang/lib/CodeGen/CGExprScalar.cpp
 2824 LValue ScalarExprEmitter::EmitCompoundAssignLValue(
 3340 Value *ScalarExprEmitter::EmitAdd(const BinOpInfo &op) {
 4496                                             const CompoundAssignOperator *E) {
 4497   ScalarExprEmitter Scalar(*this);
 4498   Value *Result = nullptr;