Home
last modified time | relevance | path

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

/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()