Lines Matching refs:handleSimpleAttributeWithExclusions

458 static void handleSimpleAttributeWithExclusions(Sema &S, Decl *D,  in handleSimpleAttributeWithExclusions()  function
467 static void handleSimpleAttributeWithExclusions(Sema &S, Decl *D, in handleSimpleAttributeWithExclusions() function
471 handleSimpleAttributeWithExclusions<AttrType, IncompatibleAttrTypes...>(S, D, in handleSimpleAttributeWithExclusions()
6213 handleSimpleAttributeWithExclusions<AlwaysDestroyAttr, NoDestroyAttr>(S, D, A); in handleDestroyAttr()
6215 handleSimpleAttributeWithExclusions<NoDestroyAttr, AlwaysDestroyAttr>(S, D, A); in handleDestroyAttr()
6354 handleSimpleAttributeWithExclusions<Mips16Attr, MicroMipsAttr, in ProcessDeclAttribute()
6361 handleSimpleAttributeWithExclusions<MicroMipsAttr, Mips16Attr>(S, D, AL); in ProcessDeclAttribute()
6367 handleSimpleAttributeWithExclusions<MipsLongCallAttr, MipsShortCallAttr>( in ProcessDeclAttribute()
6371 handleSimpleAttributeWithExclusions<MipsShortCallAttr, MipsLongCallAttr>( in ProcessDeclAttribute()
6502 handleSimpleAttributeWithExclusions<CUDADeviceAttr, CUDAGlobalAttr>(S, D, in ProcessDeclAttribute()
6506 handleSimpleAttributeWithExclusions<CUDAHostAttr, CUDAGlobalAttr>(S, D, AL); in ProcessDeclAttribute()
6560 handleSimpleAttributeWithExclusions<ColdAttr, HotAttr>(S, D, AL); in ProcessDeclAttribute()
6563 handleSimpleAttributeWithExclusions<HotAttr, ColdAttr>(S, D, AL); in ProcessDeclAttribute()
6617 handleSimpleAttributeWithExclusions<CFAuditedTransferAttr, in ProcessDeclAttribute()
6621 handleSimpleAttributeWithExclusions<CFUnknownTransferAttr, in ProcessDeclAttribute()
6719 handleSimpleAttributeWithExclusions<NotTailCalledAttr, AlwaysInlineAttr>( in ProcessDeclAttribute()
6723 handleSimpleAttributeWithExclusions<DisableTailCallsAttr, NakedAttr>(S, D, in ProcessDeclAttribute()