Searched refs:CompoundType (Results 1 – 2 of 2) sorted by relevance
8396 QualType CompoundType) { in CheckAssignmentOperands() argument8404 QualType RHSType = CompoundType.isNull() ? RHS.get()->getType() : in CheckAssignmentOperands()8405 CompoundType; in CheckAssignmentOperands()8407 if (CompoundType.isNull()) { in CheckAssignmentOperands()
7401 Expr *LHSExpr, ExprResult &RHS, SourceLocation Loc, QualType CompoundType);