Home | History | Annotate | Download | only in Sema

Lines Matching refs:isInstanceMethod

191           if (Method->isInstanceMethod())
2004 if (Method->isInstanceMethod())
2931 return cast<ObjCMethodDecl>(D)->isInstanceMethod()
4862 if (M->isInstanceMethod() == WantInstanceMethods ||
5120 if (Method->isInstanceMethod())
5178 CurMethod->isInstanceMethod());
5187 CurMethod->isInstanceMethod())))
5319 if (CurMethod->isInstanceMethod()) {
6200 if (M->isInstanceMethod() == WantInstanceMethods) {
6243 bool IsInstanceMethod,
6292 if (IsInstanceMethod &&
6306 if (IsInstanceMethod &&
6329 if (IsInstanceMethod && ReturnTypeMatchesVoid &&
6381 if (IsInstanceMethod &&
6403 if (IsInstanceMethod &&
6426 if (IsInstanceMethod &&
6453 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6487 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6519 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6550 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6572 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6594 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6626 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6660 if (IsInstanceMethod &&
6682 if (IsInstanceMethod &&
6713 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6736 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6757 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6780 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6801 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6823 if (!IsInstanceMethod &&
6846 if (!IsInstanceMethod &&
6868 bool IsInstanceMethod,
6907 FindImplementableMethods(Context, SearchDecl, IsInstanceMethod,
7025 AddObjCKeyValueCompletions(*P, IsInstanceMethod, ReturnType, Context,
7039 bool IsInstanceMethod,
7069 for (ObjCMethodList *MethList = IsInstanceMethod ? &M->second.first :