Lines Matching refs:IsInstanceMethod
8838 bool IsInstanceMethod, in AddObjCKeyValueCompletions() argument
8886 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
8900 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
8922 if (IsInstanceMethod && ReturnTypeMatchesVoid && in AddObjCKeyValueCompletions()
8973 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
8995 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
9017 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
9044 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9076 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9106 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9135 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9157 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9178 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9208 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9240 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
9264 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
9294 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9317 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9338 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9361 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9382 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9404 if (!IsInstanceMethod && in AddObjCKeyValueCompletions()
9429 if (!IsInstanceMethod && in AddObjCKeyValueCompletions()
9451 std::optional<bool> IsInstanceMethod, in CodeCompleteObjCMethodDecl() argument
9489 FindImplementableMethods(Context, SearchDecl, IsInstanceMethod, ReturnType, in CodeCompleteObjCMethodDecl()
9507 if (!IsInstanceMethod) { in CodeCompleteObjCMethodDecl()
9613 if (IsInstanceMethod) { in CodeCompleteObjCMethodDecl()
9616 AddObjCKeyValueCompletions(P, *IsInstanceMethod, ReturnType, Context, in CodeCompleteObjCMethodDecl()
9628 Scope *S, bool IsInstanceMethod, bool AtParameterName, ParsedType ReturnTy, in CodeCompleteObjCMethodDeclSelector() argument
9656 for (ObjCMethodList *MethList = IsInstanceMethod ? &M->second.first in CodeCompleteObjCMethodDeclSelector()