Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/docs/tools/
H A Ddump_ast_matchers.py432 def sort_table(matcher_type, matcher_map): argument
435 for key in sorted(matcher_map.keys()):
436 table += matcher_map[key] + '\n'