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