Searched refs:hasShowAnnotation (Results 1 – 3 of 3) sorted by relevance
80 …mber.isPublic || member.isProtected || (member.isInternal && member.hasShowAnnotation()) // TODO: … in test()89 var hasShowAnnotation = ignoreShown || member.hasShowAnnotation() in test() variable110 (clazz.isInternal && clazz.hasShowAnnotation()) in test()112 hasShowAnnotation = hasShowAnnotation or (ignoreShown || clazz.hasShowAnnotation()) in test()127 return visible && hasShowAnnotation && !hidden && !docOnly && removed == matchRemoved in test()
163 fun hasShowAnnotation(): Boolean = modifiers.hasShowAnnotation() in isHiddenOrRemoved() method176 fun hasShowAnnotationInherited(): Boolean = hasShowAnnotation() in isHiddenOrRemoved()
78 …override var hidden: Boolean by LazyDelegate { originallyHidden && !modifiers.hasShowAnnotation() } in <lambda>()