return parse.resultConclude(new DeclarationAttrib(attributes, bodySyntax, body));
}
public boolean isAutoVarEnablingAttrib(ArrayView<Attribute> attributes) {
ASTNodeTypes lastAttribKind = getLastAttributeKind(attributes);
switch (lastAttribKind) {
case ATTRIB_LINKAGE:
case ATTRIB_CPP_LINKAGE:
case ATTRIB_ALIGN:
case ATTRIB_PRAGMA: