Searched refs:hasShowAnnotation (Results 1 – 2 of 2) sorted by relevance
71 var hasShowAnnotation = ignoreShown || member.hasShowAnnotation() in test() variable92 hasShowAnnotation = hasShowAnnotation or (ignoreShown || clazz.hasShowAnnotation()) in test()107 return visible && hasShowAnnotation && !hidden && !docOnly && removed == matchRemoved in test()
76 …override var hidden: Boolean by lazyDelegate({ originallyHidden && !modifiers.hasShowAnnotation() … in <lambda>()