XCompile
    Preparing search index...

    Interface Label

    interface Label {
        declId: string;
        id: string;
        inner?: Node[];
        kind: "LabelStmt";
        name: string;
        range?: { begin: clang.Location; end: clang.Location };
        type: TypeInfo;
    }

    Hierarchy (View Summary)

    Index

    Properties

    declId: string
    id: string

    Hexadecimal ID for the node, e.g. "0x..."

    inner?: Node[]
    kind: "LabelStmt"

    The kind of the node

    name: string
    range?: { begin: clang.Location; end: clang.Location }
    type: TypeInfo