Searched defs:AddAPInt (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Serialization/
H A DASTWriter.cpp155 Writer.AddAPInt(T->getSize(), Record);
4639 void ASTWriter::AddAPInt(const llvm::APInt &Value, RecordDataImpl &Record) { function in class:ASTWriter
4647 AddAPInt(Value, Record);
4651 AddAPInt(Value.bitcastToAPInt(), Record);

Completed in 82 milliseconds