Searched refs:PsiItem (Results 1 – 9 of 9) sorted by relevance
35 PsiItem(
551 fun toFullyQualifiedDocumentation(owner: PsiItem, documentation: String): String { in toFullyQualifiedDocumentation()599 private fun expand(owner: PsiItem, element: PsiElement, sb: StringBuilder) { in expand()740 fun handleTag(element: PsiInlineDocTag, owner: PsiItem, sb: StringBuilder): Boolean { in handleTag()1025 private fun samePackage(owner: PsiItem, cls: PsiClass): Boolean { in samePackage()1035 private fun packageName(owner: PsiItem): String? { in packageName()
36 PsiItem(
34 abstract class PsiItem class
59 PsiItem(
70 PsiItem( in <lambda>()
892 val psiAnnotation = createPsiAnnotation(source, (context as? PsiItem)?.psi()) in <lambda>()
39 import com.android.tools.metalava.model.psi.PsiItem897 if (new is PsiItem && new.isKotlin()) { in added()