SYMBOL INDEX (17 symbols across 1 files) FILE: clang_format.py function which (line 98) | def which(program): function set_path (line 115) | def set_path(path): function dic_to_yaml_simple (line 124) | def dic_to_yaml_simple(d): function load_custom (line 145) | def load_custom(): function update_path (line 158) | def update_path(): function check_binary (line 165) | def check_binary(): function load_settings (line 185) | def load_settings(): function is_supported (line 201) | def is_supported(lang): class ClangFormatCommand (line 207) | class ClangFormatCommand(sublime_plugin.TextCommand): method run (line 208) | def run(self, edit, whole_buffer=False): class clangFormatEventListener (line 305) | class clangFormatEventListener(sublime_plugin.EventListener): method on_pre_save (line 306) | def on_pre_save(self, view): class clangFormatSetPathCommand (line 318) | class clangFormatSetPathCommand(sublime_plugin.WindowCommand): method run (line 319) | def run(self): class clangFormatSelectStyleCommand (line 324) | class clangFormatSelectStyleCommand(sublime_plugin.WindowCommand): method done (line 325) | def done(self, i): method run (line 330) | def run(self):