Home
last modified time | relevance | path

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

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