Home | History | Annotate | Download | only in Sema

Lines Matching refs:isInstanceMethod

189           if (Method->isInstanceMethod())
1946 if (Method->isInstanceMethod())
2822 return cast<ObjCMethodDecl>(D)->isInstanceMethod()
4700 if ((*M)->isInstanceMethod() == WantInstanceMethods) {
4956 if (Method->isInstanceMethod())
5016 CurMethod->isInstanceMethod());
5023 CurMethod->isInstanceMethod())))
5155 if (CurMethod->isInstanceMethod()) {
6023 if ((*M)->isInstanceMethod() == WantInstanceMethods) {
6065 bool IsInstanceMethod,
6114 if (IsInstanceMethod &&
6128 if (IsInstanceMethod &&
6151 if (IsInstanceMethod && ReturnTypeMatchesVoid &&
6203 if (IsInstanceMethod &&
6225 if (IsInstanceMethod &&
6248 if (IsInstanceMethod &&
6275 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6309 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6341 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6372 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6394 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6416 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6448 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6482 if (IsInstanceMethod &&
6504 if (IsInstanceMethod &&
6535 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6558 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6579 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6602 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6623 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6645 if (!IsInstanceMethod &&
6668 if (!IsInstanceMethod &&
6690 bool IsInstanceMethod,
6729 FindImplementableMethods(Context, SearchDecl, IsInstanceMethod,
6844 AddObjCKeyValueCompletions(*P, IsInstanceMethod, ReturnType, Context,
6858 bool IsInstanceMethod,
6889 for (ObjCMethodList *MethList = IsInstanceMethod ? &M->second.first :