Searched refs:firstExpression (Results 1 – 1 of 1) sorted by relevance
222 val firstExpression = (node.uastBody as? UBlockExpression) in createUastHandler() constant225 if (firstExpression == null) { in createUastHandler()234 val firstExpressionSource = firstExpression.skipParenthesizedExprDown() in createUastHandler()242 val firstCall = findCallExpression(firstExpression)?.resolve() in createUastHandler()245 val locationTarget = getLocationTarget(firstExpression) in createUastHandler()334 private fun getLocationTarget(firstExpression: UExpression): PsiElement? { in getLocationTarget()335 if (firstExpression.sourcePsi != null) return firstExpression.sourcePsi in getLocationTarget()336 if (firstExpression is UDeclarationsExpression) { in getLocationTarget()337 return firstExpression.declarations.firstOrNull()?.sourcePsi in getLocationTarget()