Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp263 if (Getter->isClassMethod() && in VisitObjCMessageExpr()
314 if (Getter->isClassMethod()) { in VisitObjCPropertyRefExpr()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h273 if (MD->isClassMethod()) in VisitParamVarRegion()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp152 if (Init && Result == AR_Available && MD->isClassMethod() && in ShouldDiagnoseAvailabilityOfDecl()
238 if (MethodD->isClassMethod() && in ShouldDiagnoseAvailabilityInContext()
H A DSemaDeclObjC.cpp2674 match = !(MethodDecl->isClassMethod() && in WarnExactTypedMethods()
5058 InferRelatedResultType = ObjCMethod->isClassMethod(); in ActOnMethodDeclaration()
5081 if (ObjCMethod->isClassMethod() && in ActOnMethodDeclaration()
5302 if (Method->isClassMethod()) in GetIvarBackingPropertyAccessor()
H A DSemaExprObjC.cpp1547 assert(MD->isClassMethod() && "expected a class method"); in getMessageSendResultType()
4792 bool IsClassMethod = CurMethod->isClassMethod(); in LookupIvarInObjCMethod()
H A DSemaObjCProperty.cpp1994 x->isClassMethod() == Prop->isClassProperty(); in DiagnoseUnimplementedAccessor()
H A DSemaExpr.cpp13789 DiagID = method->isClassMethod() in CheckForModifiableLvalue()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp397 if (classReceiver && method && method->isClassMethod()) in canMessageReceiverBeNull()
H A DCGObjCGNU.cpp2060 if (OMD->isClassMethod()) { in GenerateDirectMethodPrologue()
2100 if (OMD->isClassMethod()) { in GenerateDirectMethodPrologue()
2248 if (OMD->isClassMethod()) { in GenerateDirectMethodPrologue()
H A DCGObjCMac.cpp1133 (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()
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.cpp354 OS << (MD->isClassMethod() ? "_c_" : "_i_") in mangleObjCMethodName()
H A DDeclObjC.cpp1178 assert(isClassMethod()); in getSelfType()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1426 if (Method->isClassMethod()) in getFragmentsForObjCMethod()
1656 if (Method->isClassMethod()) in getSubHeading()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp418 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
1044 &ObjCMethodDecl::isClassMethod>;
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3827 AST_MATCHER(ObjCMethodDecl, isClassMethod) { in AST_MATCHER() argument
3828 return Node.isClassMethod(); in AST_MATCHER()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4517 if (objc_method_decl->isClassMethod()) in GetMemberFunctionAtIndex()
4547 if (objc_method_decl->isClassMethod()) in GetMemberFunctionAtIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc8654isClassMethod() const>>(clang::DeclContext::filtered_decl_iterator<clang::ObjCMethodDecl, &clang::…