Lines Matching refs:IsInstanceMethod

9039                                        bool IsInstanceMethod,  in AddObjCKeyValueCompletions()  argument
9087 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
9101 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
9123 if (IsInstanceMethod && ReturnTypeMatchesVoid && in AddObjCKeyValueCompletions()
9174 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
9196 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
9218 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
9245 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9277 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9307 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9336 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9358 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9379 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9409 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9441 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
9465 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
9495 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9518 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9539 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9562 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9583 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9605 if (!IsInstanceMethod && in AddObjCKeyValueCompletions()
9630 if (!IsInstanceMethod && in AddObjCKeyValueCompletions()
9652 Scope *S, std::optional<bool> IsInstanceMethod, ParsedType ReturnTy) { in CodeCompleteObjCMethodDecl() argument
9690 FindImplementableMethods(Context, SearchDecl, IsInstanceMethod, ReturnType, in CodeCompleteObjCMethodDecl()
9708 if (!IsInstanceMethod) { in CodeCompleteObjCMethodDecl()
9814 if (IsInstanceMethod) { in CodeCompleteObjCMethodDecl()
9817 AddObjCKeyValueCompletions(P, *IsInstanceMethod, ReturnType, Context, in CodeCompleteObjCMethodDecl()
9830 Scope *S, bool IsInstanceMethod, bool AtParameterName, ParsedType ReturnTy, in CodeCompleteObjCMethodDeclSelector() argument
9860 for (ObjCMethodList *MethList = IsInstanceMethod ? &M->second.first in CodeCompleteObjCMethodDeclSelector()