reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5477 if (!NewStep) 5479 if (!NewStep->isValueDependent()) { 5481 SourceLocation StepLoc = NewStep->getBeginLoc(); 5483 StepLoc, getExprAsWritten(NewStep)); 5486 NewStep = Val.get(); 5500 bool IsConstant = NewStep->isIntegerConstantExpr(Result, SemaRef.Context); 5501 bool IsUnsigned = !NewStep->getType()->hasSignedIntegerRepresentation(); 5515 SemaRef.Diag(NewStep->getExprLoc(), 5517 << LCDecl << TestIsLessOp.getValue() << NewStep->getSourceRange(); 5524 NewStep = 5525 SemaRef.CreateBuiltinUnaryOp(NewStep->getExprLoc(), UO_Minus, NewStep) 5525 SemaRef.CreateBuiltinUnaryOp(NewStep->getExprLoc(), UO_Minus, NewStep) 5531 Step = NewStep;