Searched refs:CompoundType (Results 1 – 2 of 2) sorted by relevance
14114 QualType CompoundType, in CheckAssignmentOperands() argument14123 QualType RHSType = CompoundType.isNull() ? RHS.get()->getType() : in CheckAssignmentOperands()14124 CompoundType; in CheckAssignmentOperands()14137 if (CompoundType.isNull()) { in CheckAssignmentOperands()14221 if (CompoundType.isNull()) { in CheckAssignmentOperands()
12557 Expr *LHSExpr, ExprResult &RHS, SourceLocation Loc, QualType CompoundType,