Home
last modified time | relevance | path

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

/third_party/python/Tools/c-analyzer/c_parser/
D__init__.py6 match_kind=None, argument
11 yield from _parse_file(filename, match_kind, get_file_preprocessor)
15 match_kind=None, argument
21 yield from _parse_file(filename, match_kind, get_file_preprocessor)
24 def _parse_file(filename, match_kind, get_file_preprocessor): argument
34 if match_kind is not None and not match_kind(item.kind):
/third_party/python/Tools/c-analyzer/cpython/
D_parser.py290 match_kind=None, argument
300 match_kind=match_kind,
306 match_kind=None, argument
319 match_kind=match_kind,
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/
D__main__.py62 match_kind=None, argument
67 if match_kind is not None and not match_kind(line.kind):
/third_party/python/Tools/c-analyzer/c_common/
Dscriptutil.py382 match_kind = (lambda k: True)
399 def match_kind(kind, *, _excluded=excluded): function
402 def match_kind(kind, *, _included=included): function
404 args.match_kind = match_kind
/third_party/python/Tools/c-analyzer/c_analyzer/
D__main__.py110 columns, match_kind, sortkey = info
111 items = (v for v in groupitems if match_kind(v.kind))