Home
last modified time | relevance | path

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

/external/clang/docs/tools/
Ddump_ast_matchers.py103 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,
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)
274 add_matcher(result, name, '%s, ..., %s' % (arg, arg), comment)
[all …]
/external/llvm-project/clang/docs/tools/
Ddump_ast_matchers.py113 def add_matcher(result_type, name, args, comment, is_dyncast=False): function
169 add_matcher(result, name, 'Matcher<%s>...' % inner,
180 add_matcher('Type', name, 'Matcher<%s>...' % inner,
203 add_matcher(result_type, name, 'Matcher<Type>', comment)
230 add_matcher(result_type, name, args, comment)
252 add_matcher(result_type, name, arg, comment)
271 add_matcher(result, name, args, comment)
297 add_matcher(result_type, name, args, comment)
322 add_matcher(result_type, name, arg, comment)
332 add_matcher('*', name, 'Matcher<*>', comment)
[all …]