Lines Matching refs:hasAttr
236 VD && isa<VarDecl>(VD) && VD->hasAttr<ObjCPreciseLifetimeAttr>();
2006 if (CGF.getLangOpts().OpenMP && VD->hasAttr<OMPThreadPrivateDeclAttr>())
2079 VD->hasAttr<AsmLabelAttr>() && !VD->isLocalVarDecl())
2124 Address addr = GetAddrOfBlockDecl(VD, VD->hasAttr<BlocksAttr>());
2136 if (ND->hasAttr<WeakRefAttr>()) {
2168 if (getLangOpts().OpenMP && VD->hasAttr<OMPThreadPrivateDeclAttr>()) {
2175 bool isBlockByref = VD->hasAttr<BlocksAttr>();
2199 (isLocalStorage && !VD->hasAttr<ObjCPreciseLifetimeAttr>());
3339 bool mayAlias = rec->hasAttr<MayAliasAttr>();
3392 if (field->hasAttr<AnnotateAttr>())
4008 if (TargetDecl->hasAttr<AlwaysInlineAttr>() &&
4009 TargetDecl->hasAttr<TargetAttr>())