Searched refs:expression (Results 1 – 4 of 4) sorted by relevance
119 private fun checkMethodCall(psiMethod: PsiMethod, expression: UCallExpression): Boolean { in checkMethodCall()124 context.getLocation(expression), in checkMethodCall()
209 node.caseValues.forEach { expression -> in visitSwitchClauseExpression() method210 val method = expression.tryResolve() as? PsiMethod ?: return false in visitSwitchClauseExpression()
46 expression = "liveData.toPublisher(lifecycleOwner)",
127 val expression = in createUastHandler() constant129 return expression?.typeArguments?.singleOrNull()?.typeReference in createUastHandler()