Lines Matching refs:KIND
6 KIND,
63 KINDS = frozenset((*KIND.TYPES, KIND.VARIABLE))
141 if decl.kind in (KIND.STRUCT, KIND.UNION):
162 if decl.kind in (KIND.STRUCT, KIND.UNION):
164 elif decl.kind is KIND.ENUM:
214 elif decl.kind is KIND.TYPEDEF:
216 elif decl.kind is KIND.VARIABLE:
295 if item.kind is KIND.VARIABLE:
342 if item.kind != KIND.VARIABLE: