Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Serialization/
DASTRecordWriter.h160 void AddAPSInt(const llvm::APSInt &Value) { in AddAPSInt() function
/external/clang/include/clang/Serialization/
DASTWriter.h806 void AddAPSInt(const llvm::APSInt &Value);
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp5140 AddAPSInt(Value.getInt()); in AddAPValue()
5149 AddAPSInt(Value.getFixedPoint().getValue()); in AddAPValue()
5153 AddAPSInt(Value.getComplexIntReal()); in AddAPValue()
5154 AddAPSInt(Value.getComplexIntImag()); in AddAPValue()
DASTWriterDecl.cpp520 Record.AddAPSInt(D->getInitVal()); in VisitEnumConstantDecl()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp494 Record.AddAPSInt(D->getInitVal()); in VisitEnumConstantDecl()
DASTWriter.cpp4801 void ASTRecordWriter::AddAPSInt(const llvm::APSInt &Value) { in AddAPSInt() function in ASTRecordWriter
5334 AddAPSInt(Arg.getAsIntegral()); in AddTemplateArgument()