Lines Matching refs:IsInstanceMethod

7155                                        bool IsInstanceMethod,  in AddObjCKeyValueCompletions()  argument
7203 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
7217 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
7239 if (IsInstanceMethod && ReturnTypeMatchesVoid && in AddObjCKeyValueCompletions()
7290 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
7312 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
7334 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
7361 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
7393 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
7423 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
7452 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
7474 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
7495 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
7525 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
7557 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
7581 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
7611 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
7634 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
7655 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
7678 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
7699 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
7721 if (!IsInstanceMethod && in AddObjCKeyValueCompletions()
7746 if (!IsInstanceMethod && in AddObjCKeyValueCompletions()
7767 void Sema::CodeCompleteObjCMethodDecl(Scope *S, Optional<bool> IsInstanceMethod, in CodeCompleteObjCMethodDecl() argument
7805 FindImplementableMethods(Context, SearchDecl, IsInstanceMethod, ReturnType, in CodeCompleteObjCMethodDecl()
7823 if (!IsInstanceMethod) { in CodeCompleteObjCMethodDecl()
7926 if (IsInstanceMethod) { in CodeCompleteObjCMethodDecl()
7929 AddObjCKeyValueCompletions(P, *IsInstanceMethod, ReturnType, Context, in CodeCompleteObjCMethodDecl()
7941 Scope *S, bool IsInstanceMethod, bool AtParameterName, ParsedType ReturnTy, in CodeCompleteObjCMethodDeclSelector() argument
7969 for (ObjCMethodList *MethList = IsInstanceMethod ? &M->second.first in CodeCompleteObjCMethodDeclSelector()