Searched defs:toKSDeclaration (Results 1 – 3 of 3) sorted by relevance
248 internal fun KtSymbol.toKSDeclaration(): KSDeclaration? = this.toKSNode() as? KSDeclaration in toKSDeclaration() method
164 internal fun FunctionDescriptor.toKSDeclaration(): KSDeclaration { in toKSDeclaration() method
1478 fun MemberDescriptor.toKSDeclaration(): KSDeclaration = in toKSDeclaration() method