Home | History | Annotate | Download | only in tools

Lines Matching full:add_matcher

98 def add_matcher(result_type, name, args, comment, is_dyncast=False):
144 add_matcher(result, name, 'Matcher<%s>...' % inner,
155 add_matcher('Type', name, 'Matcher<%s>...' % inner,
159 # add_matcher('TypeLoc', '%sLoc' % name, 'Matcher<%sLoc>...' % inner,
177 add_matcher(result_type, name, 'Matcher<Type>', comment)
179 add_matcher('%sLoc' % result_type, '%sLoc' % name, 'Matcher<TypeLoc>',
204 add_matcher(result_type, name, args, comment)
223 add_matcher(result, name, args, comment)
249 add_matcher(result_type, name, args, comment)
259 add_matcher('*', name, 'Matcher<*>', comment)
270 add_matcher('*', name, 'Matcher<*>', comment)
273 add_matcher('*', name, 'Matcher<*>, ..., Matcher<*>', comment)
299 add_matcher(result_type, name, args, comment)