Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:isInstanceMethod

522                                     bool IsInstanceMethod,
1071 if (OMD->isInstanceMethod())
1101 if (OMD->isInstanceMethod()) {
5753 bool IsInstanceMethod,
5791 Result += IsInstanceMethod ? "INSTANCE" : "CLASS";
5795 Result += IsInstanceMethod ? "inst" : "cls";