reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
9584 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); 9589 LHS, RHS, Loc, CompLHSTy, 9602 diagnoseStringPlusInt(*this, Loc, LHS.get(), RHS.get()); 9603 diagnoseStringPlusChar(*this, Loc, LHS.get(), RHS.get()); 9628 return InvalidOperands(Loc, LHS, RHS); 9634 return InvalidOperands(Loc, LHS, RHS); 9648 diagnoseArithmeticOnNullPointer(*this, Loc, PExp, IsGNUIdiom); 9652 if (!checkArithmeticOpPointerOperand(*this, Loc, PExp)) 9655 if (isObjCPointer && checkArithmeticOnObjCPointer(*this, Loc, PExp))