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

  /external/clang/docs/tools/
dump_ast_matchers.py 126 def act_on_decl(declaration, comment, allowed_types):
129 If 'allowed_types' is set, it contains a list of node types the matcher
191 if not allowed_types:
193 result_types = allowed_types
251 allowed_types = [] variable
257 act_on_decl(declaration, comment, allowed_types)
260 allowed_types = [] variable
265 allowed_types += [m.group(1)]
277 act_on_decl(declaration, comment, allowed_types)
280 allowed_types = [ variable
    [all...]

Completed in 1142 milliseconds