Searched defs:IvarInfo (Results 1 – 1 of 1) sorted by relevance
2271 struct IvarInfo { struct2272 CharUnits Offset;2273 uint64_t SizeInWords;2274 IvarInfo(CharUnits offset, uint64_t sizeInWords) in IvarInfo() argument2278 bool operator<(const IvarInfo &other) const { in operator <()