Searched refs:handleSimpleAttribute (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 401 static void handleSimpleAttribute(Sema &S, Decl *D, in handleSimpleAttribute() function 434 handleSimpleAttribute<AttrType>(S, D, CI); in handleSimpleAttributeOrDiagnose() 2964 handleSimpleAttribute<ObjCDirectAttr>(S, D, AL); in handleObjCDirectAttr() 7697 handleSimpleAttribute<AVRInterruptAttr>(S, D, AL); in handleAVRInterruptAttr() 7710 handleSimpleAttribute<AVRSignalAttr>(S, D, AL); in handleAVRSignalAttr() 8674 handleSimpleAttribute<SYCLKernelAttr>(S, D, AL); in handleSYCLKernelAttr() 8685 handleSimpleAttribute<AlwaysDestroyAttr>(S, D, A); in handleDestroyAttr() 8687 handleSimpleAttribute<NoDestroyAttr>(S, D, A); in handleDestroyAttr() 8804 handleSimpleAttribute<MSAllocatorAttr>(S, D, AL); in handleMSAllocatorAttr() 9344 handleSimpleAttribute<MaybeUndefAttr>(S, D, AL); in ProcessDeclAttribute() [all …]
|