Searched refs:handleSimpleAttribute (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 386 static void handleSimpleAttribute(Sema &S, Decl *D, in handleSimpleAttribute() function 419 handleSimpleAttribute<AttrType>(S, D, CI); in handleSimpleAttributeOrDiagnose() 2932 handleSimpleAttribute<ObjCDirectAttr>(S, D, AL); in handleObjCDirectAttr() 7237 handleSimpleAttribute<AVRInterruptAttr>(S, D, AL); in handleAVRInterruptAttr() 7250 handleSimpleAttribute<AVRSignalAttr>(S, D, AL); in handleAVRSignalAttr() 8052 handleSimpleAttribute<SYCLKernelAttr>(S, D, AL); in handleSYCLKernelAttr() 8063 handleSimpleAttribute<AlwaysDestroyAttr>(S, D, A); in handleDestroyAttr() 8065 handleSimpleAttribute<NoDestroyAttr>(S, D, A); in handleDestroyAttr() 8182 handleSimpleAttribute<MSAllocatorAttr>(S, D, AL); in handleMSAllocatorAttr() 8660 handleSimpleAttribute<NoThrowAttr>(S, D, AL); in ProcessDeclAttribute() [all …]
|