Home
last modified time | relevance | path

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

/external/clang/docs/tools/
Ddump_ast_matchers.py318 def sort_table(matcher_type, matcher_map): argument
321 for key in sorted(matcher_map.keys()):
322 table += matcher_map[key] + '\n'
/external/llvm-project/clang/docs/tools/
Ddump_ast_matchers.py413 def sort_table(matcher_type, matcher_map): argument
416 for key in sorted(matcher_map.keys()):
417 table += matcher_map[key] + '\n'