Home
last modified time | relevance | path

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

/third_party/python/Tools/c-analyzer/c_analyzer/
Dmatch.py212 return _match.group_by_category(decls, categories, **kwargs)
/third_party/python/Tools/c-analyzer/c_parser/
Dmatch.py144 def group_by_category(decls, categories, *, ignore_non_match=True): function