Searched refs:handleSimpleAttribute (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAVR.cpp | 45 handleSimpleAttribute<AVRInterruptAttr>(*this, D, AL); in handleInterruptAttr() 70 handleSimpleAttribute<AVRSignalAttr>(*this, D, AL); in handleSignalAttr()
|
| H A D | SemaObjC.cpp | 1616 handleSimpleAttribute<ObjCDirectAttr>(*this, D, AL); in handleDirectAttr() 1624 handleSimpleAttribute<ObjCDirectMembersAttr>(*this, D, AL); in handleDirectMembersAttr() 1921 handleSimpleAttribute<NSReturnsAutoreleasedAttr>(*this, D, AL); in handleXReturnsXRetainedAttr() 1924 handleSimpleAttribute<CFReturnsNotRetainedAttr>(*this, D, AL); in handleXReturnsXRetainedAttr() 1927 handleSimpleAttribute<NSReturnsNotRetainedAttr>(*this, D, AL); in handleXReturnsXRetainedAttr() 1930 handleSimpleAttribute<CFReturnsRetainedAttr>(*this, D, AL); in handleXReturnsXRetainedAttr() 1933 handleSimpleAttribute<NSReturnsRetainedAttr>(*this, D, AL); in handleXReturnsXRetainedAttr() 1936 handleSimpleAttribute<OSReturnsRetainedAttr>(*this, D, AL); in handleXReturnsXRetainedAttr() 1939 handleSimpleAttribute<OSReturnsNotRetainedAttr>(*this, D, AL); in handleXReturnsXRetainedAttr() 2231 handleSimpleAttribute<ObjCExternallyRetainedAttr>(*this, D, AL); in handleExternallyRetainedAttr() [all …]
|
| H A D | SemaDeclAttr.cpp | 2028 handleSimpleAttribute<AnyX86NoCfCheckAttr>(S, D, Attrs); in handleNoCfCheckAttr() 5402 handleSimpleAttribute<DeviceKernelAttr>(S, D, AL); in handleDeviceKernelAttr() 6020 handleSimpleAttribute<TypeNullableAttr>(S, D, AL); in handleNullableTypeAttr() 6658 handleSimpleAttribute<AvailableOnlyInDefaultEvalMethodAttr>(S, D, AL); in handleAvailableOnlyInDefaultEvalMethod() 6683 handleSimpleAttribute<AlwaysDestroyAttr>(S, D, A); in handleDestroyAttr() 6685 handleSimpleAttribute<NoDestroyAttr>(S, D, A); in handleDestroyAttr() 6713 handleSimpleAttribute<MIGServerRoutineAttr>(S, D, AL); in handleMIGServerRoutineAttr() 6727 handleSimpleAttribute<MSAllocatorAttr>(S, D, AL); in handleMSAllocatorAttr() 7131 handleSimpleAttribute<ReadOnlyPlacementAttr>(S, D, AL); in ProcessDeclAttribute() 7159 handleSimpleAttribute<BPFPreserveStaticOffsetAttr>(S, D, AL); in ProcessDeclAttribute() [all …]
|
| H A D | SemaSYCL.cpp | 202 handleSimpleAttribute<DeviceKernelAttr>(*this, D, AL); in handleKernelAttr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Attr.h | 169 void handleSimpleAttribute(SemaBase &S, Decl *D, in handleSimpleAttribute() function 188 handleSimpleAttribute<AttrType>(S, D, CI); in handleSimpleAttributeOrDiagnose()
|