XCompile
    Preparing search index...

    Interface FunctionProtoType

    interface FunctionProtoType {
        cc?: "cdecl";
        id: string;
        inner?: Node[];
        kind: "FunctionProtoType";
        loc: never;
        name?: string;
        range?: { begin: clang.Location; end: clang.Location };
        type: TypeInfo;
    }

    Hierarchy (View Summary)

    Index

    Properties

    cc?: "cdecl"
    id: string

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

    inner?: Node[]
    kind: "FunctionProtoType"

    The kind of the node

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