Searched refs:newMethod (Results 1 – 3 of 3) sorted by relevance
231 val newMethod = PsiMethodItem.create(this, method) in <lambda>() constant234 newMethod.inheritedFrom = template.containingClass() in <lambda>()236 newMethod.updateCopiedMethodState() in <lambda>()238 return newMethod in <lambda>()
74 val newMethod = containingMethod(new) in compareItemNullability() constant76 if (oldMethod != null && newMethod != null) { in compareItemNullability()79 newMethod.containingClass().qualifiedName() || in compareItemNullability()80 ((oldMethod.inheritedFrom != null) != (newMethod.inheritedFrom != null)) in compareItemNullability()
219 auto newMethod = ParseMethodDecl(index); in GetMethodDecl() local221 p = newMethod; in GetMethodDecl()