Searched refs:CompoundType (Results 1 – 2 of 2) sorted by relevance
9970 QualType CompoundType) { in CheckAssignmentOperands() argument9978 QualType RHSType = CompoundType.isNull() ? RHS.get()->getType() : in CheckAssignmentOperands()9979 CompoundType; in CheckAssignmentOperands()9981 if (CompoundType.isNull()) { in CheckAssignmentOperands()
8789 Expr *LHSExpr, ExprResult &RHS, SourceLocation Loc, QualType CompoundType);