Home | History | Annotate | Download | only in tools

Lines Matching refs:match

61      nodes a matcher can match on. Those comments have the form:
73 m = re.match(r'^(.*)Matcher<([^>]+)>\s*,?[\s\n]*$', comment, re.S)
130 can match on, as extracted from the static type asserts in the matcher
136 m = re.match(r""".*Variadic(?:DynCast)?AllOfMatcher\s*<
149 m = re.match(""".*AST_TYPE_MATCHER\(
163 m = re.match(""".*AST_TYPE(LOC)?_TRAVERSE_MATCHER\(
183 m = re.match(r"""^\s*AST_POLYMORPHIC_MATCHER(_P)?(.?)(?:_OVERLOAD)?\(
207 m = re.match(r"""^\s*AST_MATCHER_FUNCTION(_P)?(.?)(?:_OVERLOAD)?\(
226 m = re.match(r"""^\s*AST_MATCHER(_P)?(.?)(?:_OVERLOAD)?\(
253 m = re.match(
263 m = re.match(
279 m = re.match(r"""^\s*(.*)\s+
286 m = re.match(r'.*\s+internal::(Bindable)?Matcher<([^>]+)>$', result)