Lines Matching refs:IsInstanceMethod
8784 bool IsInstanceMethod, in AddObjCKeyValueCompletions() argument
8832 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
8846 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
8868 if (IsInstanceMethod && ReturnTypeMatchesVoid && in AddObjCKeyValueCompletions()
8919 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
8941 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
8963 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
8990 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9022 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9052 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9081 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9103 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9124 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9154 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9186 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
9210 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
9240 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9263 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9284 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9307 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9328 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
9350 if (!IsInstanceMethod && in AddObjCKeyValueCompletions()
9375 if (!IsInstanceMethod && in AddObjCKeyValueCompletions()
9396 void Sema::CodeCompleteObjCMethodDecl(Scope *S, Optional<bool> IsInstanceMethod, in CodeCompleteObjCMethodDecl() argument
9434 FindImplementableMethods(Context, SearchDecl, IsInstanceMethod, ReturnType, in CodeCompleteObjCMethodDecl()
9452 if (!IsInstanceMethod) { in CodeCompleteObjCMethodDecl()
9558 if (IsInstanceMethod) { in CodeCompleteObjCMethodDecl()
9561 AddObjCKeyValueCompletions(P, *IsInstanceMethod, ReturnType, Context, in CodeCompleteObjCMethodDecl()
9573 Scope *S, bool IsInstanceMethod, bool AtParameterName, ParsedType ReturnTy, in CodeCompleteObjCMethodDeclSelector() argument
9601 for (ObjCMethodList *MethList = IsInstanceMethod ? &M->second.first in CodeCompleteObjCMethodDeclSelector()