def Aligned : InheritableAttr {
let Spellings = [GCC<"aligned">, Declspec<"align">, Keyword<"alignas">,
Keyword<"_Alignas">];
let Args = [AlignedArgument<"Alignment", 1>];
let Accessors = [Accessor<"isGNU", [GCC<"aligned">]>,
Accessor<"isC11", [Keyword<"_Alignas">]>,
Accessor<"isAlignas", [Keyword<"alignas">,
Keyword<"_Alignas">]>,
Accessor<"isDeclspec",[Declspec<"align">]>];
let Documentation = [Undocumented];
}
clang -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk -fmodules -fsyntax-only -Xclang -ast-dump TestClass.m
|-ImportDecl 0x7f8b801f6000 <./TestClass.h:9:1> col:1 implicit Foundation
|-ObjCInterfaceDecl 0x7f8b801f6d30 <line:16:1, line:18:2> line:16:12 TestClass
| |-super ObjCInterface 0x7f8b801f61e8 'NSObject'
| |-ObjCImplementation 0x7f8b801f6ed0 'TestClass'
| `-ObjCRuntimeNameAttr 0x7f8b801f6e00 <line:15:16, col:68> "86d3cd67eed8590114cbfc3c8ab1d374"
|-ObjCImplementationDecl 0x7f8b801f6ed0 <TestClass.m:11:1, line:14:1> line:11:17 TestClass
| `-ObjCInterface 0x7f8b801f6d30 'TestClass'
`-<undeserialized declarations>
1 warning generated.