Lines Matching refs:KIND
2 KIND,
69 if decl.kind is KIND.STRUCT or decl.kind is KIND.UNION:
101 if decl.kind is KIND.ENUM:
104 if decl.kind is KIND.VARIABLE:
106 elif decl.kind is KIND.FUNCTION:
108 elif decl.kind is KIND.TYPEDEF:
110 elif decl.kind is KIND.STRUCT or decl.kind is KIND.UNION:
263 if decl.kind is KIND.STRUCT or decl.kind is KIND.UNION: