Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Serialization/
DASTRecordWriter.h155 void AddAPInt(const llvm::APInt &Value) { in AddAPInt() function
/external/clang/lib/Serialization/
DASTWriter.cpp4795 void ASTRecordWriter::AddAPInt(const llvm::APInt &Value) { in AddAPInt() function in ASTRecordWriter