analyzeFieldDecl

Analyze the node for actionable data.

  1. struct FieldDeclResult
  2. auto analyzeFieldDecl(const(FieldDecl) v, ref Container container, in uint indent)
    analyzeFieldDecl
    @safe
    (
    const(FieldDecl) v
    ,
    ref Container container
    ,
    in uint indent
    )

Parameters

v
Type: const(FieldDecl)

node

container
Type: Container

container to store the type in

indent
Type: uint

to use when logging

Return Value

Type: auto

analyzed data.

Meta