Lines Matching refs:IsInstanceMethod

8297                                        bool IsInstanceMethod,  in AddObjCKeyValueCompletions()  argument
8345 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
8359 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
8381 if (IsInstanceMethod && ReturnTypeMatchesVoid && in AddObjCKeyValueCompletions()
8432 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
8454 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
8476 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
8503 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
8535 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
8565 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
8594 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
8616 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
8637 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
8667 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
8699 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
8723 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
8753 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
8776 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
8797 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
8820 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
8841 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
8863 if (!IsInstanceMethod && in AddObjCKeyValueCompletions()
8888 if (!IsInstanceMethod && in AddObjCKeyValueCompletions()
8909 void Sema::CodeCompleteObjCMethodDecl(Scope *S, Optional<bool> IsInstanceMethod, in CodeCompleteObjCMethodDecl() argument
8947 FindImplementableMethods(Context, SearchDecl, IsInstanceMethod, ReturnType, in CodeCompleteObjCMethodDecl()
8965 if (!IsInstanceMethod) { in CodeCompleteObjCMethodDecl()
9072 if (IsInstanceMethod) { in CodeCompleteObjCMethodDecl()
9075 AddObjCKeyValueCompletions(P, *IsInstanceMethod, ReturnType, Context, in CodeCompleteObjCMethodDecl()
9087 Scope *S, bool IsInstanceMethod, bool AtParameterName, ParsedType ReturnTy, in CodeCompleteObjCMethodDeclSelector() argument
9115 for (ObjCMethodList *MethList = IsInstanceMethod ? &M->second.first in CodeCompleteObjCMethodDeclSelector()