62 return variable_name_;
76 std::string struct_type_;
77 std::string variable_name_;
Represents a parsed C struct variable declaration.
const std::string & struct_type() const
Returns the struct type name.
StructVariableDeclaration(std::string struct_type, std::string variable_name, SourcePosition position)
Constructs a StructVariableDeclaration.
const SourcePosition & position() const
Returns the source position of the variable name.
const std::string & variable_name() const
Returns the variable name.
Represents a position within source content.