Searched refs:fld (Results 1 – 1 of 1) sorted by relevance
205 val fld = cls?.findField(fieldName, true) in appendExpression() constant206 if (fld == null || !filterReference.test(fld)) { in appendExpression()208 if (fld != null) { in appendExpression()210 Errors.HIDDEN_TYPEDEF_CONSTANT, fld, in appendExpression()211 … "Typedef class references hidden field $fld: removed from typedef metadata" in appendExpression()