Home | History | Annotate | Download | only in Sema

Lines Matching refs:UsedAttr

2373   if (UsedAttr *OldAttr = Old->getMostRecentDecl()->getAttr<UsedAttr>()) {
2374 UsedAttr *NewAttr = OldAttr->clone(Context);
2428 if (isa<UsedAttr>(I))
7952 !NewFD->hasAttr<UsedAttr>())
10206 if (UsedAttr *Attr = VD->getAttr<UsedAttr>()) {
10209 VD->dropAttr<UsedAttr>();