Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp349 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/clang/docs/
DInternalsManual.rst1889 ``handleSimpleAttribute<YourAttr>(S, D, Attr);`` to the switch statement.