Home | History | Annotate | Download | only in IPO

Lines Matching refs:Nest

55 STATISTIC(NumNestRemoved   , "Number of nest attributes removed");
1866 if ((Attrs.getSlot(i).Attrs & Attribute::Nest) == 0)
1870 return Attrs.removeAttr(Attrs.getSlot(i).Index, Attribute::Nest);
1909 if (F->getAttributes().hasAttrSomewhere(Attribute::Nest) &&
1912 // to remove the 'nest' attribute.