Searched refs:CompoundType (Results 1 – 2 of 2) sorted by relevance
13541 QualType CompoundType, in CheckAssignmentOperands() argument13550 QualType RHSType = CompoundType.isNull() ? RHS.get()->getType() : in CheckAssignmentOperands()13551 CompoundType; in CheckAssignmentOperands()13570 if (CompoundType.isNull()) { in CheckAssignmentOperands()13657 if (CompoundType.isNull()) { in CheckAssignmentOperands()
7754 Expr *LHSExpr, ExprResult &RHS, SourceLocation Loc, QualType CompoundType,