Searched refs:isClassMethod (Results 1 – 19 of 19) sorted by relevance
263 if (Getter->isClassMethod() && in VisitObjCMessageExpr()314 if (Getter->isClassMethod()) { in VisitObjCPropertyRefExpr()
273 if (MD->isClassMethod()) in VisitParamVarRegion()
152 if (Init && Result == AR_Available && MD->isClassMethod() && in ShouldDiagnoseAvailabilityOfDecl()238 if (MethodD->isClassMethod() && in ShouldDiagnoseAvailabilityInContext()
2674 match = !(MethodDecl->isClassMethod() && in WarnExactTypedMethods()5058 InferRelatedResultType = ObjCMethod->isClassMethod(); in ActOnMethodDeclaration()5081 if (ObjCMethod->isClassMethod() && in ActOnMethodDeclaration()5302 if (Method->isClassMethod()) in GetIvarBackingPropertyAccessor()
1547 assert(MD->isClassMethod() && "expected a class method"); in getMessageSendResultType()4792 bool IsClassMethod = CurMethod->isClassMethod(); in LookupIvarInObjCMethod()
1994 x->isClassMethod() == Prop->isClassProperty(); in DiagnoseUnimplementedAccessor()
13789 DiagID = method->isClassMethod() in CheckForModifiableLvalue()
397 if (classReceiver && method && method->isClassMethod()) in canMessageReceiverBeNull()
2060 if (OMD->isClassMethod()) { in GenerateDirectMethodPrologue()2100 if (OMD->isClassMethod()) { in GenerateDirectMethodPrologue()2248 if (OMD->isClassMethod()) { in GenerateDirectMethodPrologue()
1133 (2 * size_t(MD->isOptional())) + (size_t(MD->isClassMethod())); in get()3258 Methods[unsigned(MD->isClassMethod())].push_back(MD); in GenerateCategory()3440 Methods[unsigned(MD->isClassMethod())].push_back(MD); in GenerateClass()3933 if (OMD->isClassMethod()) { in GenerateDirectMethodPrologue()
75 assert(BoxingMethod->isClassMethod() && "BoxingMethod must be a class method"); in EmitObjCBoxedExpr()
354 OS << (MD->isClassMethod() ? "_c_" : "_i_") in mangleObjCMethodName()
1178 assert(isClassMethod()); in getSelfType()
1426 if (Method->isClassMethod()) in getFragmentsForObjCMethod()1656 if (Method->isClassMethod()) in getSubHeading()
418 REGISTER_MATCHER(isClassMethod); in RegistryMaps()
434 bool isClassMethod() const { return !isInstanceMethod(); } in isClassMethod() function1044 &ObjCMethodDecl::isClassMethod>;
3827 AST_MATCHER(ObjCMethodDecl, isClassMethod) { in AST_MATCHER() argument3828 return Node.isClassMethod(); in AST_MATCHER()
4517 if (objc_method_decl->isClassMethod()) in GetMemberFunctionAtIndex()4547 if (objc_method_decl->isClassMethod()) in GetMemberFunctionAtIndex()
8654 …isClassMethod() const>>(clang::DeclContext::filtered_decl_iterator<clang::ObjCMethodDecl, &clang::…