Searched refs:EmitCompoundAssignmentLValue (Results 1 – 3 of 3) sorted by relevance
1971 LValue EmitCompoundAssignmentLValue(const CompoundAssignOperator *E);
782 return EmitCompoundAssignmentLValue(cast<CompoundAssignOperator>(E)); in EmitLValue()
3235 LValue CodeGenFunction::EmitCompoundAssignmentLValue( in EmitCompoundAssignmentLValue() function in CodeGenFunction