Lines Matching defs:enable
24 Syntax: clangdiag enable [<warning>|<diag-name>]
30 enable -- Enable clang diagnostic breakpoints.
52 - If <warning> is passed, only enable the DiagID(s) for that warning.
53 - If <diag-name> is passed, only enable that DiagID.
54 - Rerunning enable clears existing breakpoints.
56 without the need to rerun enable.
69 enable_parser = subparsers.add_parser('enable')
106 # Don't need to test this time, since we did that in enable.
119 def enable(exe_ctx, args):
173 if args.subcommands == 'enable':
174 enable(exe_ctx, args)