Home
last modified time | relevance | path

Searched refs:AddAPInt (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTRecordWriter.h156 void AddAPInt(const llvm::APInt &Value) { in AddAPInt() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp638 Record.AddAPInt(E->getValue()); in VisitIntegerLiteral()
651 Record.AddAPInt(E->getValue()); in VisitFixedPointLiteral()
H A DASTWriter.cpp5040 AddAPInt(Value.bitcastToAPInt()); in AddAPFloat()