Lines Matching refs:handleSimpleAttributeWithExclusions
442 static void handleSimpleAttributeWithExclusions(Sema &S, Decl *D, in handleSimpleAttributeWithExclusions() function
451 static void handleSimpleAttributeWithExclusions(Sema &S, Decl *D, in handleSimpleAttributeWithExclusions() function
455 handleSimpleAttributeWithExclusions<AttrType, IncompatibleAttrTypes...>(S, D, in handleSimpleAttributeWithExclusions()
7253 handleSimpleAttributeWithExclusions<AlwaysDestroyAttr, NoDestroyAttr>(S, D, A); in handleDestroyAttr()
7255 handleSimpleAttributeWithExclusions<NoDestroyAttr, AlwaysDestroyAttr>(S, D, A); in handleDestroyAttr()
7476 handleSimpleAttributeWithExclusions<Mips16Attr, MicroMipsAttr, in ProcessDeclAttribute()
7480 handleSimpleAttributeWithExclusions<MicroMipsAttr, Mips16Attr>(S, D, AL); in ProcessDeclAttribute()
7483 handleSimpleAttributeWithExclusions<MipsLongCallAttr, MipsShortCallAttr>( in ProcessDeclAttribute()
7487 handleSimpleAttributeWithExclusions<MipsShortCallAttr, MipsLongCallAttr>( in ProcessDeclAttribute()
7621 handleSimpleAttributeWithExclusions<CUDAHostAttr, CUDAGlobalAttr>(S, D, AL); in ProcessDeclAttribute()
7624 handleSimpleAttributeWithExclusions<CUDADeviceBuiltinSurfaceTypeAttr, in ProcessDeclAttribute()
7629 handleSimpleAttributeWithExclusions<CUDADeviceBuiltinTextureTypeAttr, in ProcessDeclAttribute()
7667 handleSimpleAttributeWithExclusions<ColdAttr, HotAttr>(S, D, AL); in ProcessDeclAttribute()
7670 handleSimpleAttributeWithExclusions<HotAttr, ColdAttr>(S, D, AL); in ProcessDeclAttribute()
7725 handleSimpleAttributeWithExclusions<CFAuditedTransferAttr, in ProcessDeclAttribute()
7729 handleSimpleAttributeWithExclusions<CFUnknownTransferAttr, in ProcessDeclAttribute()
7785 handleSimpleAttributeWithExclusions<SpeculativeLoadHardeningAttr, in ProcessDeclAttribute()
7790 handleSimpleAttributeWithExclusions<NoSpeculativeLoadHardeningAttr, in ProcessDeclAttribute()
7822 handleSimpleAttributeWithExclusions<NotTailCalledAttr, AlwaysInlineAttr>( in ProcessDeclAttribute()
7826 handleSimpleAttributeWithExclusions<DisableTailCallsAttr, NakedAttr>(S, D, in ProcessDeclAttribute()