Searched refs:getAPSIntVal (Results 1 – 2 of 2) sorted by relevance
62 const APSInt &getAPSIntVal() const { return APSIntVal; } in getAPSIntVal() function
1791 if (Lex.getKind() != lltok::APSInt || Lex.getAPSIntVal().isSigned()) in parseUInt32()1806 Val = Lex.getAPSIntVal().getLimitedValue(); in parseUInt64()3250 Lex.getAPSIntVal().getBitWidth() > 64) in parseArrayVectorType()3254 uint64_t Size = Lex.getAPSIntVal().getZExtValue(); in parseArrayVectorType()3618 ID.APSIntVal = Lex.getAPSIntVal(); in parseValID()4460 Result.assign(Lex.getAPSIntVal()); in parseMDField()4471 auto &U = Lex.getAPSIntVal(); in parseMDField()4725 auto &S = Lex.getAPSIntVal(); in parseMDField()5604 auto &U = Lex.getAPSIntVal(); in parseDIExpression()9113 Val = (unsigned)Lex.getAPSIntVal().getBoolValue(); in parseFlag()[all …]