| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DirectIvarAssignment.cpp | 43 return M->getMethodFamily() == OMF_init || in DefaultMethodFilter() 44 M->getMethodFamily() == OMF_dealloc || in DefaultMethodFilter() 45 M->getMethodFamily() == OMF_copy || in DefaultMethodFilter() 46 M->getMethodFamily() == OMF_mutableCopy || in DefaultMethodFilter()
|
| H A D | ObjCSelfInitChecker.cpp | 423 return MD->getMethodFamily() == OMF_init; in isInitializationMethod() 427 return Call.getMethodFamily() == OMF_init; in isInitMessage()
|
| H A D | DynamicTypePropagation.cpp | 313 switch (Msg->getMethodFamily()) { in checkPostCall()
|
| H A D | BasicObjCFoundationChecks.cpp | 1207 M.getDecl()->getMethodFamily() == OMF_init && in checkPostObjCMessage()
|
| H A D | NullabilityChecker.cpp | 678 ObjCMethodFamily Family = MD->getMethodFamily(); in checkPreStmt()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 495 if (MD->getMethodFamily() == OMF_init && !MD->isOverriding()) in isIntroducingInitializers() 500 if (MD->getMethodFamily() == OMF_init && !MD->isOverriding()) in isIntroducingInitializers() 506 if (MD->getMethodFamily() == OMF_init && !MD->isOverriding()) in isIntroducingInitializers() 874 return getMethodFamily() == OMF_init && in isThisDeclarationADesignatedInitializer() 888 if (getMethodFamily() != OMF_init) in isDesignatedInitializerForTheInterface() 1050 ObjCMethodFamily ObjCMethodDecl::getMethodFamily() const { in getMethodFamily() function in ObjCMethodDecl 1071 family = getSelector().getMethodFamily(); in getMethodFamily() 1172 if (getMethodFamily() != OMF_init && !selfIsConsumed) { in getSelfType()
|
| H A D | ODRHash.cpp | 414 ID.AddInteger(Method->getMethodFamily()); in VisitObjCMethodDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 1365 switch (Sel.getMethodFamily()) { in ParseObjCSelectorExpression() 1679 if (ObjCMethodFamily family = MD->getMethodFamily()) in EmitRelatedResultTypeNoteForReturn() 2500 if (Method->getSelector().getMethodFamily() != OMF_performSelector || in checkFoundationAPI() 2709 if (Method && Method->getMethodFamily() == OMF_initialize) { in BuildClassMessage() 2720 if (CurMeth->getMethodFamily() != OMF_initialize) { in BuildClassMessage() 3131 (Method && Method->getMethodFamily() == OMF_init) in BuildInstanceMessage() 3245 (Method ? Method->getMethodFamily() : Sel.getMethodFamily()); in BuildInstanceMessage() 3284 ObjCMethodFamily SelFamily = SelMethod->getMethodFamily(); in BuildInstanceMessage() 3361 if (Result->getMethodFamily() == OMF_init && in BuildInstanceMessage() 3366 if (method && method->getMethodFamily() == OMF_init) { in BuildInstanceMessage() [all …]
|
| H A D | SemaDeclObjC.cpp | 179 if (ObjCMethodFamily Family = Overridden->getMethodFamily()) in CheckObjCMethodOverride() 232 ObjCMethodFamily family = method->getMethodFamily(); in CheckARCMethodDecl() 418 switch (MDecl->getMethodFamily()) { in ActOnStartOfObjCMethodDef() 469 if (MDecl->getMethodFamily() == OMF_init) { in ActOnStartOfObjCMethodDef() 485 ObjCMethodFamily Family = MDecl->getMethodFamily(); in ActOnStartOfObjCMethodDef() 2526 ObjCMethodFamily implFamily = impl->getMethodFamily(); in checkMethodFamilyMismatch() 2527 ObjCMethodFamily declFamily = decl->getMethodFamily(); in checkMethodFamilyMismatch() 4965 ObjCMethod->getSelector().getMethodFamily() == OMF_dealloc) { in ActOnMethodDeclaration() 5044 switch (ObjCMethod->getMethodFamily()) { in ActOnMethodDeclaration()
|
| H A D | SemaObjCProperty.cpp | 1046 ImplDecl->getMethodFamily(); in RedeclarePropertyAccessor() 1474 switch (getterMethod->getMethodFamily()) { in ActOnPropertyImplDecl() 2262 ObjCMethodFamily family = method->getMethodFamily(); in DiagnoseOwningPropertyGetterSynthesis() 2316 if (I->getMethodFamily() == OMF_init) in DiagnoseMissingDesignatedInitOverrides()
|
| H A D | SemaExprMember.cpp | 1446 ObjCMethodFamily MF = MD->getMethodFamily(); in LookupMemberExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | RetainSummaryManager.cpp | 1028 switch (MD ? MD->getMethodFamily() : S.getMethodFamily()) { in getStandardMethodSummary() 1043 switch (S.getMethodFamily()) { in getStandardMethodSummary()
|
| H A D | CalledOnceCheck.cpp | 1015 return MethodSelector.getMethodFamily() == OMF_init; in isInitMethod()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprObjC.h | 1369 ObjCMethodFamily getMethodFamily() const { in getMethodFamily() function 1370 if (HasMethod) return getMethodDecl()->getMethodFamily(); in getMethodFamily() 1371 return getSelector().getMethodFamily(); in getMethodFamily()
|
| H A D | DeclObjC.h | 424 ObjCMethodFamily getMethodFamily() const;
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountDiagnostics.cpp | 720 if (ME->getMethodFamily() == OMF_init && RecV.getAsSymbol() == Sym) in GetAllocationSite() 736 if (ME->getMethodFamily() == OMF_alloc) in GetAllocationSite()
|
| H A D | RetainCountChecker.cpp | 341 return MC->getMethodFamily() == OMF_init && MC->isReceiverSelfOrSuper() && in isReceiverUnconsumedSelf()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 1294 ObjCMethodFamily getMethodFamily() const { in getMethodFamily() function 1295 return getOriginExpr()->getMethodFamily(); in getMethodFamily()
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexBody.cpp | 238 if (RecE->getMethodFamily() == OMF_alloc) in VisitObjCMessageExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | AnalysisConsumer.cpp | 453 if (ObjCM->getMethodFamily() != OMF_init) in getInliningModeForFunction()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | IdentifierTable.h | 1109 ObjCMethodFamily getMethodFamily() const { in getMethodFamily() function
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCallAndReturn.cpp | 750 switch (Msg->getMethodFamily()) { in bindReturnValue()
|
| /freebsd/contrib/llvm-project/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 46 if (Rec->getMethodFamily() == OMF_alloc) in checkForLiteralCreation()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 874 if (OMD->getMethodFamily() == OMF_dealloc || in StartFunction() 875 OMD->getMethodFamily() == OMF_initialize || in StartFunction()
|
| H A D | CGObjC.cpp | 386 switch (Sel.getMethodFamily()) { in tryGenerateSpecializedMessageSend() 586 method->getMethodFamily() == OMF_retain) { in EmitObjCMessageExpr()
|