dump_ast_matchers.py | 103 def add_matcher(result_type, name, args, comment, is_dyncast=False): function 149 add_matcher(result, name, 'Matcher<%s>...' % inner, 160 add_matcher('Type', name, 'Matcher<%s>...' % inner, 164 # add_matcher('TypeLoc', '%sLoc' % name, 'Matcher<%sLoc>...' % inner, 182 add_matcher(result_type, name, 'Matcher<Type>', comment) 184 add_matcher('%sLoc' % result_type, '%sLoc' % name, 'Matcher<TypeLoc>', 209 add_matcher(result_type, name, args, comment) 228 add_matcher(result, name, args, comment) 254 add_matcher(result_type, name, args, comment) 264 add_matcher('*', name, 'Matcher<*>', comment [all...] |