Home | History | Annotate | Download | only in Frontend

Lines Matching refs:IsInstanceMethod

522                                     bool IsInstanceMethod,
1084 if (OMD->isInstanceMethod())
1114 if (OMD->isInstanceMethod()) {
5852 bool IsInstanceMethod,
5890 Result += IsInstanceMethod ? "INSTANCE" : "CLASS";
5894 Result += IsInstanceMethod ? "inst" : "cls";