Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:hasAttr

4351       if (!VD->hasAttr<BlocksAttr>()) {
5177 if (!BlockDeclRefs[i]->getDecl()->hasAttr<BlocksAttr>()) {
5185 if (BlockDeclRefs[i]->getDecl()->hasAttr<BlocksAttr>()) {
5193 if (BlockDeclRefs[i]->getDecl()->hasAttr<BlocksAttr>() ||
5222 if (!VD->hasAttr<BlocksAttr>() && !BlockByCopyDeclsPtrSet.count(VD)) {
5231 if (VD->hasAttr<BlocksAttr>() && !BlockByRefDeclsPtrSet.count(VD)) {
5240 if (InnerBlockDeclRefs[i]->getDecl()->hasAttr<BlocksAttr>() ||
5607 if (VD->hasAttr<BlocksAttr>()) {
5641 if (VD->hasAttr<BlocksAttr>())
7005 if (OID->hasAttr<ObjCExceptionAttr>())