Home | History | Annotate | Download | only in Sema

Lines Matching refs:IntegerLiteral

3157       // While we are here, check if the value is an IntegerLiteral that happens
3159 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E)) {
4224 if (isa<IntegerLiteral>(RHS))
4226 else if (isa<IntegerLiteral>(LHS))
5124 if (IntegerLiteral *I
5125 = dyn_cast<IntegerLiteral>(BO->getLHS()->IgnoreParenCasts())) {
7063 const Expr *SizeExpr = dyn_cast<IntegerLiteral>(CTL.getSizeExpr());
7960 const IntegerLiteral *IL = cast<IntegerLiteral>(TypeExpr);