Searched refs:isClassMethod (Results 1 – 7 of 7) sorted by relevance
890 bool isClassMethod) { in SymbolNameForMethod() argument894 return (Twine(isClassMethod ? "_c_" : "_i_") + ClassName + "_" + in SymbolNameForMethod()2622 bool isClassMethod = !OMD->isInstanceMethod(); in GenerateMethod() local2628 MethodName, isClassMethod); in GenerateMethod()
66 assert(BoxingMethod->isClassMethod() && "BoxingMethod must be a class method"); in EmitObjCBoxedExpr()
1894 } else if (ClassReceiver && Method && Method->isClassMethod()) { in EmitMessageSend()
424 bool isClassMethod() const { return !IsInstance; } in isClassMethod() function753 &ObjCMethodDecl::isClassMethod>
2520 match = !(MethodDecl->isClassMethod() && in WarnExactTypedMethods()4332 InferRelatedResultType = ObjCMethod->isClassMethod(); in ActOnMethodDeclaration()4545 if (Method->isClassMethod()) in GetIvarBackingPropertyAccessor()
2384 bool IsClassMethod = CurMethod->isClassMethod(); in LookupInObjCMethod()9420 DiagID = method->isClassMethod() in CheckForModifiableLvalue()
1009 assert(isClassMethod()); in getSelfType()