Searched refs:annotationSource (Results 1 – 3 of 3) sorted by relevance
31 fun matches(annotationSource: String): Boolean in <lambda>()118 override fun matches(annotationSource: String): Boolean { in matches()119 val wrapper = AnnotationFilterEntry.fromSource(annotationSource) in matches()
451 val annotationSource = trimmed.substring(0, end).trim() in <lambda>() constant452 annotations.add(DefaultAnnotationItem.create(codebase, annotationSource)) in <lambda>()492 val annotationSource = trimmed.substring(start) in <lambda>() constant493 annotations.add(DefaultAnnotationItem.create(codebase, annotationSource)) in <lambda>()
936 val annotationSource = getAnnotationSource(tokenizer, token) ?: break in getAnnotations() constant938 annotations.add(DefaultAnnotationItem.create(codebase, annotationSource)) in getAnnotations()