Lines Matching defs:isInstance
93 ObjCContainerDecl::getMethod(Selector Sel, bool isInstance,
114 if (MD && MD->isInstanceMethod() == isInstance)
700 bool isInstance,
717 if ((MethodDecl = ClassDecl->getMethod(Sel, isInstance)))
722 if ((MethodDecl = Cat->getMethod(Sel, isInstance)))
728 if ((MethodDecl = I->lookupMethod(Sel, isInstance)))
738 if ((MethodDecl = Protocol->lookupMethod(Sel, isInstance)))
825 bool isInstance, bool isVariadic, bool isPropertyAccessor,
835 setInstanceMethod(isInstance);
855 DeclContext *contextDecl, bool isInstance, bool isVariadic,
860 beginLoc, endLoc, SelInfo, T, ReturnTInfo, contextDecl, isInstance,
1998 bool isInstance) const {
2007 if ((MethodDecl = getMethod(Sel, isInstance)))
2011 if ((MethodDecl = I->lookupMethod(Sel, isInstance)))