Home | History | Annotate | Download | only in libscanbuild

Lines Matching refs:plugins

58 def get_active_checkers(clang, plugins):
62 :param plugins: list of plugins which was requested by the user
74 for plugin in plugins
138 def get_checkers(clang, plugins):
139 """ Get all the available checkers from default and from the plugins.
142 :param plugins: list of plugins which was requested by the user
147 load = [elem for plugin in plugins for elem in ['-load', plugin]]
152 is_active_checker = is_active(get_active_checkers(clang, plugins))