Searched refs:getAPSIntVal (Results 1 – 2 of 2) sorted by relevance
62 const APSInt &getAPSIntVal() const { return APSIntVal; } in getAPSIntVal() function
1626 if (Lex.getKind() != lltok::APSInt || Lex.getAPSIntVal().isSigned()) in parseUInt32()1641 Val = Lex.getAPSIntVal().getLimitedValue(); in parseUInt64()2859 Lex.getAPSIntVal().getBitWidth() > 64) in parseArrayVectorType()2863 uint64_t Size = Lex.getAPSIntVal().getZExtValue(); in parseArrayVectorType()3162 ID.APSIntVal = Lex.getAPSIntVal(); in parseValID()4048 Result.assign(Lex.getAPSIntVal()); in parseMDField()4059 auto &U = Lex.getAPSIntVal(); in parseMDField()4313 auto &S = Lex.getAPSIntVal(); in parseMDField()5174 auto &U = Lex.getAPSIntVal(); in parseDIExpression()8669 Val = (unsigned)Lex.getAPSIntVal().getBoolValue(); in parseFlag()[all …]