Lines Matching refs:rules
32 operations (rules). These rules are grouped under a common umbrella - a single
33 ``clang-refactor`` command. In addition to rules, the refactoring action
57 grouped refactoring action rules that represent one refactoring operation.
58 Although the rules in one action may have a number of different implementations,
63 The distinction between actions and rules enables the creation of actions
64 that define a set of different rules that produce similar results. For example,
69 constant. To achieve that, we can create two different rules that will use one
81 Clang's refactoring engine supports several different refactoring rules:
136 rules for a particular action using the ``createRefactoringActionRule``
138 list of action rules using the following code:
187 - Disable refactoring action rules whose requirements are not supported.