Lines Matching defs:IsInstanceMethod
9178 bool IsInstanceMethod,
9226 if (IsInstanceMethod &&
9240 if (IsInstanceMethod &&
9262 if (IsInstanceMethod && ReturnTypeMatchesVoid &&
9313 if (IsInstanceMethod &&
9335 if (IsInstanceMethod &&
9357 if (IsInstanceMethod &&
9384 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
9416 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
9446 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
9475 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
9497 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
9518 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
9548 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
9580 if (IsInstanceMethod &&
9604 if (IsInstanceMethod &&
9634 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
9657 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
9678 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
9701 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
9722 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
9744 if (!IsInstanceMethod &&
9769 if (!IsInstanceMethod &&
9791 Scope *S, std::optional<bool> IsInstanceMethod, ParsedType ReturnTy) {
9829 FindImplementableMethods(Context, SearchDecl, IsInstanceMethod, ReturnType,
9847 if (!IsInstanceMethod) {
9953 if (IsInstanceMethod) {
9956 AddObjCKeyValueCompletions(P, *IsInstanceMethod, ReturnType, Context,
9969 Scope *S, bool IsInstanceMethod, bool AtParameterName, ParsedType ReturnTy,
9999 for (ObjCMethodList *MethList = IsInstanceMethod ? &M->second.first