Searched defs:IvarInfo (Results 1 – 1 of 1) sorted by relevance
2007 struct IvarInfo { struct2008 CharUnits Offset;2009 uint64_t SizeInWords;2010 IvarInfo(CharUnits offset, uint64_t sizeInWords) in IvarInfo() argument2014 bool operator<(const IvarInfo &other) const { in operator <()