class Prism::InstanceVariableWriteNode
def name_loc
@_x = 1
The location of the variable name.
def name_loc location = @name_loc return location if location.is_a?(Location) @name_loc = Location.new(source, location >> 32, location & 0xFFFFFFFF) end