Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:isInstanceMethod

384                                     bool IsInstanceMethod,
1126 if (OMD->isInstanceMethod())
1156 if (OMD->isInstanceMethod()) {
7120 bool IsInstanceMethod,
7153 if (IsInstanceMethod)
7165 Result += IsInstanceMethod ? "INSTANCE" : "CLASS";
7169 Result += IsInstanceMethod ? "inst" : "cls";