Home
last modified time | relevance | path

Searched defs:AddAPSInt (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/include/clang/Serialization/
DASTRecordWriter.h160 void AddAPSInt(const llvm::APSInt &Value) { in AddAPSInt() function
/external/clang/lib/Serialization/
DASTWriter.cpp4801 void ASTRecordWriter::AddAPSInt(const llvm::APSInt &Value) { in AddAPSInt() function in ASTRecordWriter