Home | History | Annotate | Download | only in Sema

Lines Matching full:getattr

219       if (FD->getAttr<WarnUnusedResultAttr>()) {
225 if (FD->getAttr<PureAttr>()) {
229 if (FD->getAttr<ConstAttr>()) {
243 if (MD && MD->getAttr<WarnUnusedResultAttr>()) {