Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTWriter.h625 void AddAPInt(const llvm::APInt &Value, RecordDataImpl &Record);
/external/clang/lib/Serialization/
DASTWriter.cpp163 Writer.AddAPInt(T->getSize(), Record); in VisitConstantArrayType()
4730 void ASTWriter::AddAPInt(const llvm::APInt &Value, RecordDataImpl &Record) { in AddAPInt() function in ASTWriter
4738 AddAPInt(Value, Record); in AddAPSInt()
4742 AddAPInt(Value.bitcastToAPInt(), Record); in AddAPFloat()
DASTWriterStmt.cpp400 Writer.AddAPInt(E->getValue(), Record); in VisitIntegerLiteral()