Lines Matching defs:isInstance
91 ObjCContainerDecl::getMethod(Selector Sel, bool isInstance,
112 if (MD && MD->isInstanceMethod() == isInstance)
698 bool isInstance,
715 if ((MethodDecl = ClassDecl->getMethod(Sel, isInstance)))
720 if ((MethodDecl = Cat->getMethod(Sel, isInstance)))
726 if ((MethodDecl = I->lookupMethod(Sel, isInstance)))
736 if ((MethodDecl = Protocol->lookupMethod(Sel, isInstance)))
823 bool isInstance, bool isVariadic, bool isPropertyAccessor,
833 setInstanceMethod(isInstance);
853 DeclContext *contextDecl, bool isInstance, bool isVariadic,
858 beginLoc, endLoc, SelInfo, T, ReturnTInfo, contextDecl, isInstance,
1996 bool isInstance) const {
2005 if ((MethodDecl = getMethod(Sel, isInstance)))
2009 if ((MethodDecl = I->lookupMethod(Sel, isInstance)))