Searched refs:annotationNode (Results 1 – 2 of 2) sorted by relevance
57 AnnotationNode annotationNode = (AnnotationNode) visibleAnnotation; in hasAnnotation() local58 if (annotationNode.desc.equals(internalName)) { in hasAnnotation()
298 it.build()?.let { annotationNode -> in ClassifierDescriptor() method299 if (annotationNode.isSinceKotlin()) { in ClassifierDescriptor()300 appendSinceKotlin(annotationNode) in ClassifierDescriptor()306 annotationNode.isDeprecation() -> RefKind.Deprecation in ClassifierDescriptor()312 append(annotationNode, refKind) in ClassifierDescriptor()313 … if (refKind == RefKind.Deprecation) annotationNode.convertDeprecationDetailsToChildren() in ClassifierDescriptor()