Home
last modified time | relevance | path

Searched refs:detectCreateRefsForUsage (Results 1 – 1 of 1) sorted by relevance

/constraintlayout/constraintlayout-compose-lint/src/main/java/androidx/constraintlayout/compose/lint/
DConstraintLayoutDslDetector.kt137 CREATE_REFS_FOR_NAME -> detectCreateRefsForUsage(node) in getApplicableUastTypes()
252 private fun detectCreateRefsForUsage(node: UCallExpression) { in getApplicableUastTypes() method