Searched refs:handleSimpleAttribute (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 345 static void handleSimpleAttribute(Sema &S, Decl *D, in handleSimpleAttribute() function 4584 handleSimpleAttribute<Mips16Attr>(S, D, Attr); in handleMips16Attribute() 4979 handleSimpleAttribute<NoMips16Attr>(S, D, Attr); in ProcessDeclAttribute() 4988 handleSimpleAttribute<IBActionAttr>(S, D, Attr); in ProcessDeclAttribute() 5027 handleSimpleAttribute<CUDAConstantAttr>(S, D, Attr); in ProcessDeclAttribute() 5036 handleSimpleAttribute<CXX11NoReturnAttr>(S, D, Attr); in ProcessDeclAttribute() 5057 handleSimpleAttribute<FlagEnumAttr>(S, D, Attr); in ProcessDeclAttribute() 5060 handleSimpleAttribute<FlattenAttr>(S, D, Attr); in ProcessDeclAttribute() 5072 handleSimpleAttribute<CUDADeviceAttr>(S, D, Attr); in ProcessDeclAttribute() 5075 handleSimpleAttribute<CUDAHostAttr>(S, D, Attr); in ProcessDeclAttribute() [all …]
|
/external/clang/docs/ |
D | InternalsManual.rst | 1889 ``handleSimpleAttribute<YourAttr>(S, D, Attr);`` to the switch statement.
|