Lines Matching defs:IntExpr
345 Expr *IntExpr) {
358 Expr *IntExpr;
372 Expr *IntExpr)
376 DirectiveKind(DK), ClauseKind(CK), IntExpr(IntExpr) {}
392 << T << IntExpr->getSourceRange();
425 } IntExprDiagnoser(DK, CK, IntExpr);
427 if (!IntExpr)
431 Loc, IntExpr, IntExprDiagnoser);
435 IntExpr = IntExprResult.get();
436 if (!IntExpr->isTypeDependent() && !IntExpr->getType()->isIntegerType())
441 return IntExpr;