Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp247 if (Getter->isClassMethod() && in VisitObjCMessageExpr()
298 if (Getter->isClassMethod()) { in VisitObjCPropertyRefExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h239 if (MD->isClassMethod()) in VisitParamVarRegion()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp103 if (Init && Result == AR_Available && MD->isClassMethod() && in ShouldDiagnoseAvailabilityOfDecl()
158 if (MethodD->isClassMethod() && in ShouldDiagnoseAvailabilityInContext()
H A DSemaDeclObjC.cpp2638 match = !(MethodDecl->isClassMethod() && in WarnExactTypedMethods()
5021 InferRelatedResultType = ObjCMethod->isClassMethod(); in ActOnMethodDeclaration()
5044 if (ObjCMethod->isClassMethod() && in ActOnMethodDeclaration()
5260 if (Method->isClassMethod()) in GetIvarBackingPropertyAccessor()
H A DSemaObjCProperty.cpp2004 x->isClassMethod() == Prop->isClassProperty(); in DiagnoseUnimplementedAccessor()
H A DSemaExprObjC.cpp1546 assert(MD->isClassMethod() && "expected a class method"); in getMessageSendResultType()
H A DSemaExpr.cpp2784 bool IsClassMethod = CurMethod->isClassMethod(); in LookupIvarInObjCMethod()
12992 DiagID = method->isClassMethod() in CheckForModifiableLvalue()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp330 OS << (MD->isClassMethod() ? "_c_" : "_i_") in mangleObjCMethodName()
H A DDeclObjC.cpp1130 assert(isClassMethod()); in getSelfType()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp390 REGISTER_MATCHER(isClassMethod); in RegistryMaps()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h439 bool isClassMethod() const { return !isInstanceMethod(); } in isClassMethod() function
1044 &ObjCMethodDecl::isClassMethod>;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3642 AST_MATCHER(ObjCMethodDecl, isClassMethod) { in AST_MATCHER() argument
3643 return Node.isClassMethod(); in AST_MATCHER()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp1175 + (size_t(MD->isClassMethod())); in get()
2212 } else if (ClassReceiver && Method && Method->isClassMethod()) { in EmitMessageSend()
3423 Methods[unsigned(MD->isClassMethod())].push_back(MD); in GenerateCategory()
3606 Methods[unsigned(MD->isClassMethod())].push_back(MD); in GenerateClass()
4111 if (OMD->isClassMethod()) { in GenerateDirectMethodPrologue()
H A DCGObjC.cpp73 assert(BoxingMethod->isClassMethod() && "BoxingMethod must be a class method"); in EmitObjCBoxedExpr()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4436 if (objc_method_decl->isClassMethod()) in GetMemberFunctionAtIndex()
4466 if (objc_method_decl->isClassMethod()) in GetMemberFunctionAtIndex()