nw::script::Symbol
-
struct Symbol
Info regarding a particular symbol somewhere in a source file.
Public Members
-
const Declaration *decl = nullptr
Original declaration.
-
String comment
Comment on original declaration, in case of functions decl is preferred over definition.
-
SymbolKind kind
The kind of symbol.
-
StringView view
View of declaration.
-
const Declaration *decl = nullptr