Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAVR.cpp45 handleSimpleAttribute<AVRInterruptAttr>(*this, D, AL); in handleInterruptAttr()
70 handleSimpleAttribute<AVRSignalAttr>(*this, D, AL); in handleSignalAttr()
H A DSemaObjC.cpp1616 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 DSemaDeclAttr.cpp2028 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 DSemaSYCL.cpp202 handleSimpleAttribute<DeviceKernelAttr>(*this, D, AL); in handleKernelAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DAttr.h169 void handleSimpleAttribute(SemaBase &S, Decl *D, in handleSimpleAttribute() function
188 handleSimpleAttribute<AttrType>(S, D, CI); in handleSimpleAttributeOrDiagnose()