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