Method: AdLint::Cc1::Environment#leave_scope

Defined in:
lib/adlint/cc1/environ.rb

#leave_scopeObject



77
78
79
80
81
# File 'lib/adlint/cc1/environ.rb', line 77

def leave_scope
  @current_scope = current_scope.outer_scope
  @variable_table.leave_scope
  @function_table.leave_scope
end