Searched refs:isClassMethod (Results 1 – 9 of 9) sorted by relevance
1404 function M.LuaUnit.isClassMethod(aName) function1953 if M.LuaUnit.isClassMethod( name ) then2004 assert( M.LuaUnit.isClassMethod( name ) )2035 if M.LuaUnit.isClassMethod( name ) then
923 bool isClassMethod) { in SymbolNameForMethod() argument927 return (Twine(isClassMethod ? "_c_" : "_i_") + ClassName + "_" + in SymbolNameForMethod()2629 bool isClassMethod = !OMD->isInstanceMethod(); in GenerateMethod() local2635 MethodName, isClassMethod); in GenerateMethod()
66 assert(BoxingMethod->isClassMethod() && "BoxingMethod must be a class method"); in EmitObjCBoxedExpr()
1901 } else if (ClassReceiver && Method && Method->isClassMethod()) { in EmitMessageSend()
419 bool isClassMethod() const { return !IsInstance; } in isClassMethod() function990 &ObjCMethodDecl::isClassMethod>
2545 match = !(MethodDecl->isClassMethod() && in WarnExactTypedMethods()4481 InferRelatedResultType = ObjCMethod->isClassMethod(); in ActOnMethodDeclaration()4697 if (Method->isClassMethod()) in GetIvarBackingPropertyAccessor()
1778 x->isClassMethod() == Prop->isClassProperty(); in DiagnoseUnimplementedAccessor()
2447 bool IsClassMethod = CurMethod->isClassMethod(); in LookupInObjCMethod()9869 DiagID = method->isClassMethod() in CheckForModifiableLvalue()
1041 assert(isClassMethod()); in getSelfType()