Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDDirectIvarAssignment.cpp44 if (M->getMethodFamily() == OMF_init || M->getMethodFamily() == OMF_dealloc || in DefaultMethodFilter()
HDRetainCountChecker.cpp1461 case OMF_dealloc: in getStandardMethodSummary()
/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDTransZeroOutPropsInDealloc.cpp101 if (D->getMethodFamily() != OMF_dealloc && in TraverseObjCMethodDecl()
HDTransEmptyStatementsAndDealloc.cpp214 if (MD->getMethodFamily() == OMF_dealloc) { in cleanupDeallocOrFinalize()
HDTransRetainReleaseDealloc.cpp112 case OMF_dealloc: in VisitObjCMessageExpr()
HDTransforms.cpp185 case OMF_dealloc: in hasSideEffects()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDIdentifierTable.h551 OMF_dealloc, enumerator
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDIdentifierTable.cpp478 if (name == "dealloc") return OMF_dealloc; in getMethodFamilyImpl()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclObjC.cpp211 case OMF_dealloc: in CheckARCMethodDecl()
352 case OMF_dealloc: in ActOnStartOfObjCMethodDef()
412 if (Family == OMF_dealloc) { in ActOnStartOfObjCMethodDef()
2386 case OMF_dealloc: in checkMethodFamilyMismatch()
4224 ObjCMethod->getSelector().getMethodFamily() == OMF_dealloc) { in ActOnMethodDeclaration()
4274 case OMF_dealloc: in ActOnMethodDeclaration()
HDSemaExprMember.cpp1372 warn = (MF != OMF_init && MF != OMF_dealloc && in LookupMemberExpr()
HDSemaExprObjC.cpp1195 case OMF_dealloc: in ParseObjCSelectorExpression()
2879 case OMF_dealloc: in BuildInstanceMessage()
HDSemaDeclAttr.cpp3888 if (method->getMethodFamily() == OMF_dealloc) { in handleObjCRequiresSuperAttr()
HDSemaExpr.cpp2464 if (MF != OMF_init && MF != OMF_dealloc && MF != OMF_finalize && in LookupInObjCMethod()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclObjC.cpp899 case OMF_dealloc: in getMethodFamily()