structstd.zig.Ast.full.FnProto.Components[src]

Fields

proto_node: Node.Index
fn_token: TokenIndex
return_type: Node.Index
params: []const Node.Index
align_expr: Node.Index
addrspace_expr: Node.Index
section_expr: Node.Index
callconv_expr: Node.Index

Source Code

Source code
pub const Components = struct {
    proto_node: Node.Index,
    fn_token: TokenIndex,
    return_type: Node.Index,
    params: []const Node.Index,
    align_expr: Node.Index,
    addrspace_expr: Node.Index,
    section_expr: Node.Index,
    callconv_expr: Node.Index,
}