Searched refs:hasSuppress (Results 1 – 1 of 1) sorted by relevance
34 if (hasSuppress(clazz.annotations())) return TagInfo.EMPTY_ARRAY; in classAuxTags()82 if (hasSuppress(field)) return TagInfo.EMPTY_ARRAY; in fieldAuxTags()88 if (hasSuppress(method)) return TagInfo.EMPTY_ARRAY; in methodAuxTags()94 if (hasSuppress(method)) return TagInfo.EMPTY_ARRAY; in paramAuxTags()95 if (hasSuppress(param.annotations())) return TagInfo.EMPTY_ARRAY; in paramAuxTags()101 if (hasSuppress(method)) return TagInfo.EMPTY_ARRAY; in returnAuxTags()357 private static boolean hasSuppress(MemberInfo member) { in hasSuppress() method in AndroidAuxSource358 return hasSuppress(member.annotations()) in hasSuppress()359 || hasSuppress(member.containingClass().annotations()); in hasSuppress()362 private static boolean hasSuppress(List<AnnotationInstanceInfo> annotations) { in hasSuppress() method in AndroidAuxSource