Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Serialization/
DASTRecordWriter.h155 void AddAPInt(const llvm::APInt &Value) { in AddAPInt() function
/external/clang/include/clang/Serialization/
DASTWriter.h803 void AddAPInt(const llvm::APInt &Value);
/external/clang/lib/Serialization/
DASTWriter.cpp187 Record.AddAPInt(T->getSize()); in VisitConstantArrayType()
4795 void ASTRecordWriter::AddAPInt(const llvm::APInt &Value) { in AddAPInt() function in ASTRecordWriter
4803 AddAPInt(Value); in AddAPSInt()
4807 AddAPInt(Value.bitcastToAPInt()); in AddAPFloat()
DASTWriterStmt.cpp414 Record.AddAPInt(E->getValue()); in VisitIntegerLiteral()
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp637 Record.AddAPInt(E->getValue()); in VisitIntegerLiteral()
650 Record.AddAPInt(E->getValue()); in VisitFixedPointLiteral()
DASTWriter.cpp5121 AddAPInt(Value.bitcastToAPInt()); in AddAPFloat()