Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTWriter.h592 void AddAPInt(const llvm::APInt &Value, RecordDataImpl &Record);
/external/clang/lib/Serialization/
DASTWriter.cpp158 Writer.AddAPInt(T->getSize(), Record); in VisitConstantArrayType()
4892 void ASTWriter::AddAPInt(const llvm::APInt &Value, RecordDataImpl &Record) { in AddAPInt() function in ASTWriter
4900 AddAPInt(Value, Record); in AddAPSInt()
4904 AddAPInt(Value.bitcastToAPInt(), Record); in AddAPFloat()
DASTWriterStmt.cpp380 Writer.AddAPInt(E->getValue(), Record); in VisitIntegerLiteral()