Home | History | Annotate | Download | only in Sema

Lines Matching refs:getAttr

178       if (FD->getAttr<WarnUnusedResultAttr>()) {
182 if (FD->getAttr<PureAttr>()) {
186 if (FD->getAttr<ConstAttr>()) {
197 if (MD && MD->getAttr<WarnUnusedResultAttr>()) {