Home | History | Annotate | Download | only in Sema

Lines Matching refs:hasAttr

528     HasNoReturn = MD->hasAttr<NoReturnAttr>();
621 !VD->hasAttr<BlocksAttr>()) {
880 if (VD->getType()->isBlockPointerType() && !VD->hasAttr<BlocksAttr>())
1340 if (Prop->hasAttr<IBOutletAttr>())