Searched refs:hasPermissionMethodAnnotation (Results 1 – 2 of 2) sorted by relevance
29 return hasPermissionMethodAnnotation(method) in isPermissionMethodCall()32 fun hasPermissionMethodAnnotation(method: UMethod): Boolean = in hasPermissionMethodAnnotation() method
55 if (hasPermissionMethodAnnotation(node)) return in getApplicableUastTypes()190 return hasPermissionMethodAnnotation(calledMethod) in isPermissionMethodCall()196 private fun hasPermissionMethodAnnotation(method: UMethod): Boolean = method.annotations in hasPermissionMethodAnnotation() method