Searched refs:checkAndReport (Results 1 – 1 of 1) sorted by relevance
57 node.uastSuperTypes.forEach { checkAndReport(it.type, it) } in getApplicableUastTypes()59 override fun visitVariable(node: UVariable) = checkAndReport(node.type, node) in getApplicableUastTypes()61 private fun checkAndReport(type: PsiType, node: UElement) { in getApplicableUastTypes() method in androidx.appcompat.widget.SwitchUsageCodeDetector.SwitchUsageUastHandler