Struct stack_graphs::c::sg_symbol [−][src]
Expand description
A name that we are trying to resolve using stack graphs.
This typically represents a portion of an identifier as it appears in the source language. It
can also represent some other “operation” that can occur in source code, and which needs to be
modeled in a stack graph — for instance, many languages will use a “fake” symbol named .
to
represent member access.
Fields
symbol: *const c_char
symbol_len: usize