Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:isClassMethod

679     bool isClassMethod) {
683 return (Twine(isClassMethod ? "_c_" : "_i_") + ClassName + "_" +
2410 bool isClassMethod = !OMD->isInstanceMethod();
2416 MethodName, isClassMethod);