Searched refs:CompoundType (Results 1 – 2 of 2) sorted by relevance
8219 QualType CompoundType) { in CheckAssignmentOperands() argument8227 QualType RHSType = CompoundType.isNull() ? RHS.get()->getType() : in CheckAssignmentOperands()8228 CompoundType; in CheckAssignmentOperands()8230 if (CompoundType.isNull()) { in CheckAssignmentOperands()
7190 Expr *LHSExpr, ExprResult &RHS, SourceLocation Loc, QualType CompoundType);