Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DDirectIvarAssignment.cpp45 M->getMethodFamily() == OMF_dealloc || in DefaultMethodFilter()
DRetainCountChecker.cpp1462 case OMF_dealloc: in getStandardMethodSummary()
/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp101 if (D->getMethodFamily() != OMF_dealloc && in TraverseObjCMethodDecl()
DTransEmptyStatementsAndDealloc.cpp212 if (MD->getMethodFamily() == OMF_dealloc) { in cleanupDeallocOrFinalize()
DTransRetainReleaseDealloc.cpp112 case OMF_dealloc: in VisitObjCMessageExpr()
DTransforms.cpp183 case OMF_dealloc: in hasSideEffects()
/external/clang/include/clang/Basic/
DIdentifierTable.h583 OMF_dealloc, enumerator
/external/clang/lib/Sema/
DSemaDeclObjC.cpp208 case OMF_dealloc: in CheckARCMethodDecl()
349 case OMF_dealloc: in ActOnStartOfObjCMethodDef()
409 if (Family == OMF_dealloc) { in ActOnStartOfObjCMethodDef()
2430 case OMF_dealloc: in checkMethodFamilyMismatch()
4420 ObjCMethod->getSelector().getMethodFamily() == OMF_dealloc) { in ActOnMethodDeclaration()
4470 case OMF_dealloc: in ActOnMethodDeclaration()
DSemaExprMember.cpp1481 warn = (MF != OMF_init && MF != OMF_dealloc && in LookupMemberExpr()
DSemaExprObjC.cpp1192 case OMF_dealloc: in ParseObjCSelectorExpression()
2908 case OMF_dealloc: in BuildInstanceMessage()
DSemaDeclAttr.cpp4402 if (method->getMethodFamily() == OMF_dealloc) { in handleObjCRequiresSuperAttr()
DSemaExpr.cpp2503 if (MF != OMF_init && MF != OMF_dealloc && MF != OMF_finalize && in LookupInObjCMethod()
/external/clang/lib/Basic/
DIdentifierTable.cpp478 if (name == "dealloc") return OMF_dealloc; in getMethodFamilyImpl()
/external/clang/lib/AST/
DDeclObjC.cpp956 case OMF_dealloc: in getMethodFamily()