Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTWriter.h628 void AddAPSInt(const llvm::APSInt &Value, RecordDataImpl &Record);
/external/clang/lib/Serialization/
DASTWriterDecl.cpp468 Writer.AddAPSInt(D->getInitVal(), Record); in VisitEnumConstantDecl()
DASTWriter.cpp4736 void ASTWriter::AddAPSInt(const llvm::APSInt &Value, RecordDataImpl &Record) { in AddAPSInt() function in ASTWriter
5298 AddAPSInt(Arg.getAsIntegral(), Record); in AddTemplateArgument()