Searched refs:ReadAPInt (Results 1 – 3 of 3) sorted by relevance
2021 llvm::APInt ReadAPInt(const RecordData &Record, unsigned &Idx);
5310 llvm::APInt Size = ReadAPInt(Record, Idx); in readTypeRecord()8152 llvm::APInt ASTReader::ReadAPInt(const RecordData &Record, unsigned &Idx) { in ReadAPInt() function in ASTReader8163 return llvm::APSInt(ReadAPInt(Record, Idx), isUnsigned); in ReadAPSInt()8170 return llvm::APFloat(Sem, ReadAPInt(Record, Idx)); in ReadAPFloat()
486 E->setValue(Reader.getContext(), Reader.ReadAPInt(Record, Idx)); in VisitIntegerLiteral()