Home | History | Annotate | Download | only in Sema

Lines Matching defs:Ex

879     Expr *Ex = *I;
881 if (Ex->isTypeDependent() || Ex->isValueDependent() ||
882 !Ex->isIntegerConstantExpr(ArgNum, S.Context)) {
884 << "nonnull" << Ex->getSourceRange();
892 << "nonnull" << I.getArgNum() << Ex->getSourceRange();
901 << "nonnull" << Ex->getSourceRange();
914 << "nonnull" << Ex->getSourceRange();