Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp2331 struct IvarInfo { struct
2332 CharUnits Offset;
2333 uint64_t SizeInWords;
2334 IvarInfo(CharUnits offset, uint64_t sizeInWords) in IvarInfo() function
2338 bool operator<(const IvarInfo &other) const { in operator <()