Searched refs:CompoundType (Results 1 – 2 of 2) sorted by relevance
11357 QualType CompoundType) { in CheckAssignmentOperands() argument11365 QualType RHSType = CompoundType.isNull() ? RHS.get()->getType() : in CheckAssignmentOperands()11366 CompoundType; in CheckAssignmentOperands()11378 if (CompoundType.isNull()) { in CheckAssignmentOperands()
9710 Expr *LHSExpr, ExprResult &RHS, SourceLocation Loc, QualType CompoundType);