HomeSort by relevance Sort by last modified time
    Searched full:add_matcher (Results 1 - 1 of 1) sorted by null

  /external/clang/docs/tools/
dump_ast_matchers.py 98 def add_matcher(result_type, name, args, comment, is_dyncast=False): function
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
    [all...]

Completed in 180 milliseconds