Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp44 M->getMethodFamily() == OMF_dealloc || in DefaultMethodFilter()
/openbsd-src/gnu/llvm/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.cpp176 case OMF_dealloc: in hasSideEffects()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DIdentifierTable.h714 OMF_dealloc, enumerator
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DIdentifierTable.cpp647 if (name == "dealloc") return OMF_dealloc; in getMethodFamilyImpl()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp239 case OMF_dealloc: in CheckARCMethodDecl()
421 case OMF_dealloc: in ActOnStartOfObjCMethodDef()
479 if (Family == OMF_dealloc) { in ActOnStartOfObjCMethodDef()
2544 case OMF_dealloc: in checkMethodFamilyMismatch()
4948 ObjCMethod->getSelector().getMethodFamily() == OMF_dealloc) { in ActOnMethodDeclaration()
5030 case OMF_dealloc: in ActOnMethodDeclaration()
H A DSemaExprMember.cpp1465 warn = (MF != OMF_init && MF != OMF_dealloc && in LookupMemberExpr()
H A DSemaExprObjC.cpp1362 case OMF_dealloc: in ParseObjCSelectorExpression()
3260 case OMF_dealloc: in BuildInstanceMessage()
H A DSemaDeclAttr.cpp6024 if (Method->getMethodFamily() == OMF_dealloc) { in handleObjCRequiresSuperAttr()
H A DSemaExpr.cpp2940 if (MF != OMF_init && MF != OMF_dealloc && MF != OMF_finalize && in BuildIvarRefExpr()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DRetainSummaryManager.cpp1086 case OMF_dealloc: in getStandardMethodSummary()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp1096 case OMF_dealloc: in getMethodFamily()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp790 if (OMD->getMethodFamily() == OMF_dealloc || in StartFunction()