Searched refs:isClassMethod (Results 1 – 6 of 6) sorted by relevance
880 bool isClassMethod) { in SymbolNameForMethod() argument884 return (Twine(isClassMethod ? "_c_" : "_i_") + ClassName + "_" + in SymbolNameForMethod()2587 bool isClassMethod = !OMD->isInstanceMethod(); in GenerateMethod() local2593 MethodName, isClassMethod); in GenerateMethod()
66 assert(BoxingMethod->isClassMethod() && "BoxingMethod must be a class method"); in EmitObjCBoxedExpr()
415 bool isClassMethod() const { return !IsInstance; } in isClassMethod() function567 &ObjCMethodDecl::isClassMethod>
1630 match = !(MethodDecl->isClassMethod() && in WarnExactTypedMethods()3289 InferRelatedResultType = ObjCMethod->isClassMethod(); in ActOnMethodDeclaration()3503 if (Method->isClassMethod()) in GetIvarBackingPropertyAccessor()
2343 bool IsClassMethod = CurMethod->isClassMethod(); in LookupInObjCMethod()8661 DiagID = method->isClassMethod() in CheckForModifiableLvalue()
929 assert(isClassMethod()); in createImplicitParams()