Searched refs:ReadAPSInt (Results 1 – 2 of 2) sorted by relevance
2221 llvm::APSInt ReadAPSInt(const RecordData &Record, unsigned &Idx);2614 return Reader->ReadAPSInt(Record, Idx); in readAPSInt()
8782 llvm::APSInt Value = ReadAPSInt(Record, Idx); in ReadTemplateArgument()9070 llvm::APSInt ASTReader::ReadAPSInt(const RecordData &Record, unsigned &Idx) { in ReadAPSInt() function in ASTReader