# File lib/brakeman/tracker/constants.rb, line 95
    def find_all exp
      base_name = Constants.get_constant_base_name(exp)
      @constants[base_name]
    end