Searched refs:StripNest (Results 1 – 2 of 2) sorted by relevance
1989 static AttributeSet StripNest(LLVMContext &C, const AttributeSet &Attrs) { in StripNest() function2003 F->setAttributes(StripNest(F->getContext(), F->getAttributes())); in RemoveNestAttribute()2008 CS.setAttributes(StripNest(F->getContext(), CS.getAttributes())); in RemoveNestAttribute()
1864 static AttrListPtr StripNest(const AttrListPtr &Attrs) { in StripNest() function1877 F->setAttributes(StripNest(F->getAttributes())); in RemoveNestAttribute()1880 User.setAttributes(StripNest(User.getAttributes())); in RemoveNestAttribute()