Searched refs:add_matcher (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/docs/tools/
H A Ddump_ast_matchers.py113 def add_matcher(result_type, name, args, comment, is_dyncast=False): function
176 add_matcher(result, name, 'Matcher<%s>...' % inner,
187 add_matcher('Type', name, 'Matcher<%s>...' % inner,
191 # add_matcher('TypeLoc', '%sLoc' % name, 'Matcher<%sLoc>...' % inner,
210 add_matcher(result_type, name, 'Matcher<Type>', comment)
212 # add_matcher('%sLoc' % result_type, '%sLoc' % name, 'Matcher<TypeLoc>',
237 add_matcher(result_type, name, args, comment)
259 add_matcher(result_type, name, arg, comment)
278 add_matcher(result, name, args, comment)
304 add_matcher(result_typ
[all...]

Completed in 128 milliseconds