Home
last modified time | relevance | path

Searched refs:isClassMethod (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp265 if (Getter->isClassMethod() && in VisitObjCMessageExpr()
316 if (Getter->isClassMethod()) { in VisitObjCPropertyRefExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp138 if (Init && Result == AR_Available && MD->isClassMethod() && in ShouldDiagnoseAvailabilityOfDecl()
219 if (MethodD->isClassMethod() && in ShouldDiagnoseAvailabilityInContext()
H A DSemaDeclObjC.cpp2666 match = !(MethodDecl->isClassMethod() && in WarnExactTypedMethods()
5054 InferRelatedResultType = ObjCMethod->isClassMethod(); in ActOnMethodDeclaration()
5077 if (ObjCMethod->isClassMethod() && in ActOnMethodDeclaration()
5298 if (Method->isClassMethod()) in GetIvarBackingPropertyAccessor()
H A DSemaExprObjC.cpp1557 assert(MD->isClassMethod() && "expected a class method"); in getMessageSendResultType()
4798 bool IsClassMethod = CurMethod->isClassMethod(); in LookupIvarInObjCMethod()
H A DSemaObjCProperty.cpp1983 x->isClassMethod() == Prop->isClassProperty(); in DiagnoseUnimplementedAccessor()
H A DSemaExpr.cpp13409 DiagID = method->isClassMethod() in CheckForModifiableLvalue()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp398 if (classReceiver && method && method->isClassMethod()) in canMessageReceiverBeNull()
H A DCGObjCMac.cpp1179 + (size_t(MD->isClassMethod())); in get()
3361 Methods[unsigned(MD->isClassMethod())].push_back(MD); in GenerateCategory()
3544 Methods[unsigned(MD->isClassMethod())].push_back(MD); in GenerateClass()
4036 if (OMD->isClassMethod()) { in GenerateDirectMethodPrologue()
H A DCGObjCGNU.cpp2050 if (OMD->isClassMethod()) { in GenerateDirectMethodPrologue()
2090 if (OMD->isClassMethod()) { in GenerateDirectMethodPrologue()
H A DCGObjC.cpp75 assert(BoxingMethod->isClassMethod() && "BoxingMethod must be a class method"); in EmitObjCBoxedExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp337 OS << (MD->isClassMethod() ? "_c_" : "_i_") in mangleObjCMethodName()
H A DDeclObjC.cpp1181 assert(isClassMethod()); in getSelfType()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1406 if (Method->isClassMethod()) in getFragmentsForObjCMethod()
1628 if (Method->isClassMethod()) in getSubHeading()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp415 REGISTER_MATCHER(isClassMethod); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h434 bool isClassMethod() const { return !isInstanceMethod(); } in isClassMethod() function
1046 &ObjCMethodDecl::isClassMethod>;
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3734 AST_MATCHER(ObjCMethodDecl, isClassMethod) { in AST_MATCHER() argument
3735 return Node.isClassMethod(); in AST_MATCHER()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4486 if (objc_method_decl->isClassMethod()) in GetMemberFunctionAtIndex()
4516 if (objc_method_decl->isClassMethod()) in GetMemberFunctionAtIndex()