Lines Matching refs:getAPSIntVal
1205 if (Lex.getKind() != lltok::APSInt || Lex.getAPSIntVal().isSigned())
1207 uint64_t Val64 = Lex.getAPSIntVal().getLimitedValue(0xFFFFFFFFULL+1);
2090 if (Lex.getKind() != lltok::APSInt || Lex.getAPSIntVal().isSigned() ||
2091 Lex.getAPSIntVal().getBitWidth() > 64)
2095 uint64_t Size = Lex.getAPSIntVal().getZExtValue();
2415 ID.APSIntVal = Lex.getAPSIntVal();