Searched refs:findConstructor (Results 1 – 2 of 2) sorted by relevance
29 ) = containingClass().findCorrespondingItemIn(codebase)?.findConstructor(this)
296 return findConstructor(template as ConstructorItem) in <lambda>()338 fun findConstructor(template: ConstructorItem): ConstructorItem? { in <lambda>() method