Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp2271 struct IvarInfo { struct
2272 CharUnits Offset;
2273 uint64_t SizeInWords;
2274 IvarInfo(CharUnits offset, uint64_t sizeInWords) in IvarInfo() argument
2278 bool operator<(const IvarInfo &other) const { in operator <()