Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsInstanceMethod

191           if (Method->isInstanceMethod())
2006 if (Method->isInstanceMethod())
2925 return cast<ObjCMethodDecl>(D)->isInstanceMethod()
4813 if (M->isInstanceMethod() == WantInstanceMethods ||
5064 if (Method->isInstanceMethod())
5122 CurMethod->isInstanceMethod());
5128 CurMethod->isInstanceMethod())))
5260 if (CurMethod->isInstanceMethod()) {
6127 if (M->isInstanceMethod() == WantInstanceMethods) {
6170 bool IsInstanceMethod,
6219 if (IsInstanceMethod &&
6233 if (IsInstanceMethod &&
6256 if (IsInstanceMethod && ReturnTypeMatchesVoid &&
6308 if (IsInstanceMethod &&
6330 if (IsInstanceMethod &&
6353 if (IsInstanceMethod &&
6380 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6414 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6446 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6477 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6499 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6521 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6553 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6587 if (IsInstanceMethod &&
6609 if (IsInstanceMethod &&
6640 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6663 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6684 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6707 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6728 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6750 if (!IsInstanceMethod &&
6773 if (!IsInstanceMethod &&
6795 bool IsInstanceMethod,
6834 FindImplementableMethods(Context, SearchDecl, IsInstanceMethod,
6944 AddObjCKeyValueCompletions(P, IsInstanceMethod, ReturnType, Context,
6956 bool IsInstanceMethod,
6986 for (ObjCMethodList *MethList = IsInstanceMethod ? &M->second.first :