Searched refs:appFunctionDeclaration (Results 1 – 2 of 2) sorted by relevance
101 for (appFunctionDeclaration in appFunctionClass.appFunctionDeclarations) { in addAppFunctionIdProperties() method104 appFunctionDeclaration.simpleName.asString().fromCamelCaseToScreamingSnakeCase() in addAppFunctionIdProperties()110 appFunctionClass.getAppFunctionIdentifier(appFunctionDeclaration) in addAppFunctionIdProperties()
66 for (appFunctionDeclaration in appFunctionDeclarations) { in <lambda>() method67 add(appFunctionDeclaration) in <lambda>()98 for (appFunctionDeclaration in appFunctionDeclarations) { in <lambda>() method99 val firstParam = appFunctionDeclaration.parameters.firstOrNull() in <lambda>()104 appFunctionDeclaration, in <lambda>()118 for (appFunctionDeclaration in appFunctionDeclarations) { in <lambda>() method119 for ((paramIndex, ksValueParameter) in appFunctionDeclaration.parameters.withIndex()) { in <lambda>()