Home
last modified time | relevance | path

Searched refs:writeAPInt (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAbstractBasicWriter.h158 asImpl().writeAPInt(value); in writeAPSInt()
161 void writeAPInt(const llvm::APInt &value) { in writeAPInt() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTRecordWriter.h157 writeAPInt(Value); in AddAPInt()