Lines Matching refs:IsInstanceMethod
8132 bool IsInstanceMethod, in AddObjCKeyValueCompletions() argument
8180 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
8194 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
8216 if (IsInstanceMethod && ReturnTypeMatchesVoid && in AddObjCKeyValueCompletions()
8267 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
8289 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
8311 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
8338 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
8370 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
8400 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
8429 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
8451 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
8472 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
8502 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
8534 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
8558 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
8588 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
8611 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
8632 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
8655 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
8676 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
8698 if (!IsInstanceMethod && in AddObjCKeyValueCompletions()
8723 if (!IsInstanceMethod && in AddObjCKeyValueCompletions()
8744 void Sema::CodeCompleteObjCMethodDecl(Scope *S, Optional<bool> IsInstanceMethod, in CodeCompleteObjCMethodDecl() argument
8782 FindImplementableMethods(Context, SearchDecl, IsInstanceMethod, ReturnType, in CodeCompleteObjCMethodDecl()
8800 if (!IsInstanceMethod) { in CodeCompleteObjCMethodDecl()
8907 if (IsInstanceMethod) { in CodeCompleteObjCMethodDecl()
8910 AddObjCKeyValueCompletions(P, *IsInstanceMethod, ReturnType, Context, in CodeCompleteObjCMethodDecl()
8922 Scope *S, bool IsInstanceMethod, bool AtParameterName, ParsedType ReturnTy, in CodeCompleteObjCMethodDeclSelector() argument
8950 for (ObjCMethodList *MethList = IsInstanceMethod ? &M->second.first in CodeCompleteObjCMethodDeclSelector()