Searched refs:ReadAPInt (Results 1 – 3 of 3) sorted by relevance
2035 llvm::APInt ReadAPInt(const RecordData &Record, unsigned &Idx);
5281 llvm::APInt Size = ReadAPInt(Record, Idx); in readTypeRecord()8058 llvm::APInt ASTReader::ReadAPInt(const RecordData &Record, unsigned &Idx) { in ReadAPInt() function in ASTReader8069 return llvm::APSInt(ReadAPInt(Record, Idx), isUnsigned); in ReadAPSInt()8076 return llvm::APFloat(Sem, ReadAPInt(Record, Idx)); in ReadAPFloat()
460 E->setValue(Reader.getContext(), Reader.ReadAPInt(Record, Idx)); in VisitIntegerLiteral()