Searched refs:CompoundType (Results 1 – 2 of 2) sorted by relevance
9521 QualType CompoundType) { in CheckAssignmentOperands() argument9529 QualType RHSType = CompoundType.isNull() ? RHS.get()->getType() : in CheckAssignmentOperands()9530 CompoundType; in CheckAssignmentOperands()9532 if (CompoundType.isNull()) { in CheckAssignmentOperands()
8485 Expr *LHSExpr, ExprResult &RHS, SourceLocation Loc, QualType CompoundType);