Searched refs:CompoundType (Results 1 – 2 of 2) sorted by relevance
13827 QualType CompoundType, in CheckAssignmentOperands() argument13836 QualType RHSType = CompoundType.isNull() ? RHS.get()->getType() : in CheckAssignmentOperands()13837 CompoundType; in CheckAssignmentOperands()13850 if (CompoundType.isNull()) { in CheckAssignmentOperands()13934 if (CompoundType.isNull()) { in CheckAssignmentOperands()
12184 Expr *LHSExpr, ExprResult &RHS, SourceLocation Loc, QualType CompoundType,