Lines Matching refs:layout
1279 SmallVector<SynthesizeIvarChunk, 16> layout;
1282 layout.push_back(SynthesizeIvarChunk(
1293 if (!layout.empty()) {
1295 std::stable_sort(layout.begin(), layout.end());
1296 unsigned Ix = 0, EIx = layout.size();
1298 data().IvarList = layout[0].Ivar; Ix++;
1301 for ( ; Ix != EIx; curIvar = layout[Ix].Ivar, Ix++)
1302 curIvar->setNextIvar(layout[Ix].Ivar);