HomeSort by: relevance | last modified time | path
    Searched defs:sort_table (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/docs/tools/
dump_ast_matchers.py 432 def sort_table(matcher_type, matcher_map): function
484 node_matcher_table = sort_table('DECL', node_matchers)
485 narrowing_matcher_table = sort_table('NARROWING', narrowing_matchers)
486 traversal_matcher_table = sort_table('TRAVERSAL', traversal_matchers)

Completed in 18 milliseconds