Searched refs:getAPSIntVal (Results 1 – 2 of 2) sorted by relevance
63 const APSInt &getAPSIntVal() const { return APSIntVal; } in getAPSIntVal() function
1460 if (Lex.getKind() != lltok::APSInt || Lex.getAPSIntVal().isSigned()) in ParseUInt32()1473 if (Lex.getKind() != lltok::APSInt || Lex.getAPSIntVal().isSigned()) in ParseUInt64()1475 Val = Lex.getAPSIntVal().getLimitedValue(); in ParseUInt64()2689 Lex.getAPSIntVal().getBitWidth() > 64) in ParseArrayVectorType()2693 uint64_t Size = Lex.getAPSIntVal().getZExtValue(); in ParseArrayVectorType()2974 ID.APSIntVal = Lex.getAPSIntVal(); in ParseValID()3840 auto &U = Lex.getAPSIntVal(); in ParseMDField()4094 auto &S = Lex.getAPSIntVal(); in ParseMDField()4171 if (Lex.getAPSIntVal().isSigned()) { in ParseMDField()4834 auto &U = Lex.getAPSIntVal(); in ParseDIExpression()[all …]