Searched refs:addDeprecatedDocumentation (Results 1 – 1 of 1) sorted by relevance
684 addDeprecatedDocumentation(apiLookup.getMethodDeprecatedIn(psiMethod), method) in <lambda>()697 addDeprecatedDocumentation(apiLookup.getClassDeprecatedIn(psiClass), cls) in <lambda>()703 addDeprecatedDocumentation(apiLookup.getFieldDeprecatedIn(psiField), field) in <lambda>()749 private fun addDeprecatedDocumentation(level: Int, item: Item) { in <lambda>() method