Home | History | Annotate | Download | only in Serialization

Lines Matching defs:isUnsigned

7174   bool isUnsigned = Record[Idx++];
7175 return llvm::APSInt(ReadAPInt(Record, Idx), isUnsigned);