Searched refs:getAPSIntVal (Results 1 – 2 of 2) sorted by relevance
62 const APSInt &getAPSIntVal() const { return APSIntVal; } in getAPSIntVal() function
1534 if (Lex.getKind() != lltok::APSInt || Lex.getAPSIntVal().isSigned()) in parseUInt32()1549 Val = Lex.getAPSIntVal().getLimitedValue(); in parseUInt64()2716 Lex.getAPSIntVal().getBitWidth() > 64) in parseArrayVectorType()2720 uint64_t Size = Lex.getAPSIntVal().getZExtValue(); in parseArrayVectorType()3019 ID.APSIntVal = Lex.getAPSIntVal(); in parseValID()3942 Result.assign(Lex.getAPSIntVal()); in parseMDField()3953 auto &U = Lex.getAPSIntVal(); in parseMDField()4207 auto &S = Lex.getAPSIntVal(); in parseMDField()5057 auto &U = Lex.getAPSIntVal(); in parseDIExpression()8535 Val = (unsigned)Lex.getAPSIntVal().getBoolValue(); in parseFlag()[all …]