Searched refs:handleSimpleAttribute (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAVR.cpp | 33 handleSimpleAttribute<AVRInterruptAttr>(*this, D, AL); in handleInterruptAttr() 46 handleSimpleAttribute<AVRSignalAttr>(*this, D, AL); in handleSignalAttr()
|
| H A D | SemaObjC.cpp | 1620 handleSimpleAttribute<ObjCDirectAttr>(*this, D, AL); in handleDirectAttr() 1628 handleSimpleAttribute<ObjCDirectMembersAttr>(*this, D, AL); in handleDirectMembersAttr() 1923 handleSimpleAttribute<NSReturnsAutoreleasedAttr>(*this, D, AL); in handleXReturnsXRetainedAttr() 1926 handleSimpleAttribute<CFReturnsNotRetainedAttr>(*this, D, AL); in handleXReturnsXRetainedAttr() 1929 handleSimpleAttribute<NSReturnsNotRetainedAttr>(*this, D, AL); in handleXReturnsXRetainedAttr() 1932 handleSimpleAttribute<CFReturnsRetainedAttr>(*this, D, AL); in handleXReturnsXRetainedAttr() 1935 handleSimpleAttribute<NSReturnsRetainedAttr>(*this, D, AL); in handleXReturnsXRetainedAttr() 1938 handleSimpleAttribute<OSReturnsRetainedAttr>(*this, D, AL); in handleXReturnsXRetainedAttr() 1941 handleSimpleAttribute<OSReturnsNotRetainedAttr>(*this, D, AL); in handleXReturnsXRetainedAttr() 2233 handleSimpleAttribute<ObjCExternallyRetainedAttr>(*this, D, AL); in handleExternallyRetainedAttr() [all …]
|
| H A D | SemaSYCL.cpp | 198 handleSimpleAttribute<SYCLKernelAttr>(*this, D, AL); in handleKernelAttr()
|
| H A D | SemaDeclAttr.cpp | 1858 handleSimpleAttribute<AnyX86NoCfCheckAttr>(S, D, Attrs); in handleNoCfCheckAttr() 5302 handleSimpleAttribute<TypeNullableAttr>(S, D, AL); in handleNullableTypeAttr() 5915 handleSimpleAttribute<AvailableOnlyInDefaultEvalMethodAttr>(S, D, AL); in handleAvailableOnlyInDefaultEvalMethod() 5940 handleSimpleAttribute<AlwaysDestroyAttr>(S, D, A); in handleDestroyAttr() 5942 handleSimpleAttribute<NoDestroyAttr>(S, D, A); in handleDestroyAttr() 5970 handleSimpleAttribute<MIGServerRoutineAttr>(S, D, AL); in handleMIGServerRoutineAttr() 5984 handleSimpleAttribute<MSAllocatorAttr>(S, D, AL); in handleMSAllocatorAttr() 6381 handleSimpleAttribute<ReadOnlyPlacementAttr>(S, D, AL); in ProcessDeclAttribute() 6409 handleSimpleAttribute<BPFPreserveStaticOffsetAttr>(S, D, AL); in ProcessDeclAttribute() 6521 handleSimpleAttribute<SYCLSpecialClassAttr>(S, D, AL); in ProcessDeclAttribute() [all …]
|
| /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()
|