Home | History | Annotate | Download | only in Sema

Lines Matching refs:IntegerLiteral

2818     if (isa<IntegerLiteral>(RHS))
2820 else if (isa<IntegerLiteral>(LHS))
3640 if (IntegerLiteral *I
3641 = dyn_cast<IntegerLiteral>(BO->getLHS()->IgnoreParenCasts())) {
4561 const Expr *SizeExpr = dyn_cast<IntegerLiteral>(TL.getSizeExpr());