Home | History | Annotate | Download | only in Serialization

Lines Matching refs:AddAPInt

146   Writer.AddAPInt(T->getSize(), Record);
4351 void ASTWriter::AddAPInt(const llvm::APInt &Value, RecordDataImpl &Record) {
4359 AddAPInt(Value, Record);
4363 AddAPInt(Value.bitcastToAPInt(), Record);