Searched defs:receiverType (Results 1 – 6 of 6) sorted by relevance
55 val receiverType = node.receiverType as? PsiClassReferenceType ?: return in getApplicableUastTypes() constant
74 val receiverType = node.receiverType in getApplicableUastTypes() constant
96 val receiverType = node.receiverType ?: return foundValidReference in <lambda>() constant
61 val receiverType = node.receiverType in getApplicableUastTypes() constant
55 val receiverType = node.receiverType as? PsiClassReferenceType ?: return in <lambda>() constant
207 val receiverType = in UMethod() constant208 when (val receiverType = receiverTypeReference.typeElement) { in UMethod() constant