Lines Matching refs:IsInstanceMethod
8294 bool IsInstanceMethod, in AddObjCKeyValueCompletions() argument
8342 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
8356 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
8378 if (IsInstanceMethod && ReturnTypeMatchesVoid && in AddObjCKeyValueCompletions()
8429 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
8451 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
8473 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
8500 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
8532 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
8562 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
8591 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
8613 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
8634 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
8664 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
8696 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
8720 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
8750 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
8773 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
8794 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
8817 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
8838 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
8860 if (!IsInstanceMethod && in AddObjCKeyValueCompletions()
8885 if (!IsInstanceMethod && in AddObjCKeyValueCompletions()
8906 void Sema::CodeCompleteObjCMethodDecl(Scope *S, Optional<bool> IsInstanceMethod, in CodeCompleteObjCMethodDecl() argument
8944 FindImplementableMethods(Context, SearchDecl, IsInstanceMethod, ReturnType, in CodeCompleteObjCMethodDecl()
8962 if (!IsInstanceMethod) { in CodeCompleteObjCMethodDecl()
9069 if (IsInstanceMethod) { in CodeCompleteObjCMethodDecl()
9072 AddObjCKeyValueCompletions(P, *IsInstanceMethod, ReturnType, Context, in CodeCompleteObjCMethodDecl()
9084 Scope *S, bool IsInstanceMethod, bool AtParameterName, ParsedType ReturnTy, in CodeCompleteObjCMethodDeclSelector() argument
9112 for (ObjCMethodList *MethList = IsInstanceMethod ? &M->second.first in CodeCompleteObjCMethodDeclSelector()