Home
last modified time | relevance | path

Searched refs:functionDescriptors (Results 1 – 1 of 1) sorted by relevance

/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/binary/
DKSClassDeclarationDescriptorImpl.kt167 …val functionDescriptors = unsubstitutedMemberScope.getDescriptorsFiltered(DescriptorKindFilter.FUN… in getAllFunctions() constant
170 return functionDescriptors.plus(constructors).map { in getAllFunctions()