Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:isInstanceMethod

516                                     bool IsInstanceMethod,
1079 if (OMD->isInstanceMethod())
1109 if (OMD->isInstanceMethod()) {
5858 bool IsInstanceMethod,
5896 Result += IsInstanceMethod ? "INSTANCE" : "CLASS";
5900 Result += IsInstanceMethod ? "inst" : "cls";