Home
last modified time | relevance | path

Searched refs:handleSimpleAttributeWithExclusions (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclAttr.cpp439 static void handleSimpleAttributeWithExclusions(Sema &S, Decl *D, in handleSimpleAttributeWithExclusions() function
448 static void handleSimpleAttributeWithExclusions(Sema &S, Decl *D, in handleSimpleAttributeWithExclusions() function
452 handleSimpleAttributeWithExclusions<AttrType, IncompatibleAttrTypes...>(S, D, in handleSimpleAttributeWithExclusions()
6503 handleSimpleAttributeWithExclusions<AlwaysDestroyAttr, NoDestroyAttr>(S, D, A); in handleDestroyAttr()
6505 handleSimpleAttributeWithExclusions<NoDestroyAttr, AlwaysDestroyAttr>(S, D, A); in handleDestroyAttr()
6722 handleSimpleAttributeWithExclusions<Mips16Attr, MicroMipsAttr, in ProcessDeclAttribute()
6729 handleSimpleAttributeWithExclusions<MicroMipsAttr, Mips16Attr>(S, D, AL); in ProcessDeclAttribute()
6735 handleSimpleAttributeWithExclusions<MipsLongCallAttr, MipsShortCallAttr>( in ProcessDeclAttribute()
6739 handleSimpleAttributeWithExclusions<MipsShortCallAttr, MipsLongCallAttr>( in ProcessDeclAttribute()
6885 handleSimpleAttributeWithExclusions<CUDADeviceAttr, CUDAGlobalAttr>(S, D, in ProcessDeclAttribute()
[all …]