Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/docs/tools/
H A Ddump_ast_matchers.py155 def act_on_decl(declaration, comment, allowed_types): argument
230 if allowed_types and allowed_types != result_types:
250 if allowed_types and allowed_types != result_types:
294 if not allowed_types:
296 result_types = allowed_types
316 if not allowed_types:
318 result_types = allowed_types
453 allowed_types = [] variable
459 act_on_decl(declaration, comment, allowed_types)
462 allowed_types = [] variable
[all …]