Searched refs:getMethodDeprecatedIn (Results 1 – 1 of 1) sorted by relevance
684 addDeprecatedDocumentation(apiLookup.getMethodDeprecatedIn(psiMethod), method) in <lambda>()811 fun ApiLookup.getMethodDeprecatedIn(method: PsiMethod): Int { in ApiLookup() method815 return getMethodDeprecatedIn(owner, method.name, desc) in ApiLookup()