Lines Matching refs:IsInstanceMethod
8946 bool IsInstanceMethod, in AddObjCKeyValueCompletions() argument
8994 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
9008 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
9030 if (IsInstanceMethod && ReturnTypeMatchesVoid && in AddObjCKeyValueCompletions()
9081 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
9103 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
9125 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
9152 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9184 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9214 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9243 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9265 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9286 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9316 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9348 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
9372 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
9402 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9425 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9446 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9469 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9490 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9512 if (!IsInstanceMethod && in AddObjCKeyValueCompletions()
9537 if (!IsInstanceMethod && in AddObjCKeyValueCompletions()
9559 std::optional<bool> IsInstanceMethod, in CodeCompleteObjCMethodDecl() argument
9597 FindImplementableMethods(Context, SearchDecl, IsInstanceMethod, ReturnType, in CodeCompleteObjCMethodDecl()
9615 if (!IsInstanceMethod) { in CodeCompleteObjCMethodDecl()
9721 if (IsInstanceMethod) { in CodeCompleteObjCMethodDecl()
9724 AddObjCKeyValueCompletions(P, *IsInstanceMethod, ReturnType, Context, in CodeCompleteObjCMethodDecl()
9736 Scope *S, bool IsInstanceMethod, bool AtParameterName, ParsedType ReturnTy, in CodeCompleteObjCMethodDeclSelector() argument
9764 for (ObjCMethodList *MethList = IsInstanceMethod ? &M->second.first in CodeCompleteObjCMethodDeclSelector()