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