Searched refs:handleSimpleAttribute (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 349 static void handleSimpleAttribute(Sema &S, Decl *D, in handleSimpleAttribute() function 358 handleSimpleAttribute<AttrType>(S, D, Attr); in handleSimpleAttributeWithExclusions() 5402 handleSimpleAttribute<NoMips16Attr>(S, D, Attr); in ProcessDeclAttribute() 5411 handleSimpleAttribute<IBActionAttr>(S, D, Attr); in ProcessDeclAttribute() 5463 handleSimpleAttribute<CXX11NoReturnAttr>(S, D, Attr); in ProcessDeclAttribute() 5484 handleSimpleAttribute<FlagEnumAttr>(S, D, Attr); in ProcessDeclAttribute() 5487 handleSimpleAttribute<FlattenAttr>(S, D, Attr); in ProcessDeclAttribute() 5516 handleSimpleAttribute<MayAliasAttr>(S, D, Attr); in ProcessDeclAttribute() 5522 handleSimpleAttribute<NoAliasAttr>(S, D, Attr); in ProcessDeclAttribute() 5525 handleSimpleAttribute<NoCommonAttr>(S, D, Attr); in ProcessDeclAttribute() [all …]
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 405 static void handleSimpleAttribute(Sema &S, Decl *D, in handleSimpleAttribute() function 438 handleSimpleAttribute<AttrType>(S, D, CI); in handleSimpleAttributeOrDiagnose() 444 handleSimpleAttribute<AttrType>(S, D, AL); in handleSimpleAttributeWithExclusions() 2043 handleSimpleAttribute<AnyX86NoCfCheckAttr>(S, D, Attrs); in handleNoCfCheckAttr() 2623 handleSimpleAttribute<ObjCNonRuntimeProtocolAttr>(S, D, AL); in handleObjCNonRuntimeProtocolAttr() 2634 handleSimpleAttribute<ObjCDirectAttr>(S, D, AL); in handleObjCDirectAttr() 2643 handleSimpleAttribute<ObjCDirectMembersAttr>(S, D, AL); in handleObjCDirectMembersAttr() 5355 handleSimpleAttribute<NSReturnsAutoreleasedAttr>(S, D, AL); in handleXReturnsXRetainedAttr() 5358 handleSimpleAttribute<CFReturnsNotRetainedAttr>(S, D, AL); in handleXReturnsXRetainedAttr() 5361 handleSimpleAttribute<NSReturnsNotRetainedAttr>(S, D, AL); in handleXReturnsXRetainedAttr() [all …]
|
/external/clang/docs/ |
D | InternalsManual.rst | 1889 ``handleSimpleAttribute<YourAttr>(S, D, Attr);`` to the switch statement.
|