Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp45 M->getMethodFamily() == OMF_dealloc || in DefaultMethodFilter()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp101 if (D->getMethodFamily() != OMF_dealloc && in TraverseObjCMethodDecl()
H A DTransEmptyStatementsAndDealloc.cpp212 if (MD->getMethodFamily() == OMF_dealloc) { in cleanupDeallocOrFinalize()
H A DTransRetainReleaseDealloc.cpp117 case OMF_dealloc: in VisitObjCMessageExpr()
H A DTransforms.cpp178 case OMF_dealloc: in hasSideEffects()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DIdentifierTable.h628 OMF_dealloc, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DIdentifierTable.cpp498 if (name == "dealloc") return OMF_dealloc; in getMethodFamilyImpl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp239 case OMF_dealloc: in CheckARCMethodDecl()
420 case OMF_dealloc: in ActOnStartOfObjCMethodDef()
478 if (Family == OMF_dealloc) { in ActOnStartOfObjCMethodDef()
2501 case OMF_dealloc: in checkMethodFamilyMismatch()
4663 ObjCMethod->getSelector().getMethodFamily() == OMF_dealloc) { in ActOnMethodDeclaration()
4729 case OMF_dealloc: in ActOnMethodDeclaration()
H A DSemaExprMember.cpp1434 warn = (MF != OMF_init && MF != OMF_dealloc && in LookupMemberExpr()
H A DSemaExprObjC.cpp1197 case OMF_dealloc: in ParseObjCSelectorExpression()
3038 case OMF_dealloc: in BuildInstanceMessage()
H A DSemaDeclAttr.cpp5047 if (Method->getMethodFamily() == OMF_dealloc) { in handleObjCRequiresSuperAttr()
H A DSemaExpr.cpp2474 if (MF != OMF_init && MF != OMF_dealloc && MF != OMF_finalize && in LookupInObjCMethod()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRetainSummaryManager.cpp1012 case OMF_dealloc: in getStandardMethodSummary()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp1029 case OMF_dealloc: in getMethodFamily()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp902 if (OMD->getMethodFamily() == OMF_dealloc || in StartFunction()