new DefinitionAliasFunctionDecl(comments, attributes, ref, defId, fnParams, fnAttributes));
}
protected AliasVarDeclFragment parseAliasVarDeclFragment() {
ProtoDefSymbol fragId = parseDefId();
return conclude(fragId.nameSourceRange, new AliasVarDeclFragment(fragId));
}