Home
last modified time | relevance | path

Searched refs:OMF_dealloc (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp44 M->getMethodFamily() == OMF_dealloc || in DefaultMethodFilter()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp100 if (D->getMethodFamily() != OMF_dealloc && in TraverseObjCMethodDecl()
H A DTransEmptyStatementsAndDealloc.cpp210 if (MD->getMethodFamily() == OMF_dealloc) { in cleanupDeallocOrFinalize()
H A DTransRetainReleaseDealloc.cpp116 case OMF_dealloc: in VisitObjCMessageExpr()
H A DTransforms.cpp177 case OMF_dealloc: in hasSideEffects()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h805 OMF_dealloc, enumerator
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp619 if (name == "dealloc") return OMF_dealloc; in getMethodFamilyImpl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp246 case OMF_dealloc: in CheckARCMethodDecl()
429 case OMF_dealloc: in ActOnStartOfObjCMethodDef()
487 if (Family == OMF_dealloc) { in ActOnStartOfObjCMethodDef()
2552 case OMF_dealloc: in checkMethodFamilyMismatch()
4961 ObjCMethod->getSelector().getMethodFamily() == OMF_dealloc) { in ActOnMethodDeclaration()
5043 case OMF_dealloc: in ActOnMethodDeclaration()
H A DSemaExprObjC.cpp1375 case OMF_dealloc: in ParseObjCSelectorExpression()
3272 case OMF_dealloc: in BuildInstanceMessage()
4911 if (MF != OMF_init && MF != OMF_dealloc && MF != OMF_finalize && in BuildIvarRefExpr()
H A DSemaExprMember.cpp1512 warn = (MF != OMF_init && MF != OMF_dealloc && MF != OMF_finalize && in LookupMemberExpr()
H A DSemaObjC.cpp1982 if (Method->getMethodFamily() == OMF_dealloc) { in handleRequiresSuperAttr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1096 case OMF_dealloc: in getMethodFamily()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp857 if (OMD->getMethodFamily() == OMF_dealloc || in StartFunction()