Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp44 M->getMethodFamily() == OMF_dealloc || in DefaultMethodFilter()
/netbsd-src/external/apache2/llvm/dist/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.cpp178 case OMF_dealloc: in hasSideEffects()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DIdentifierTable.h640 OMF_dealloc, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp559 if (name == "dealloc") return OMF_dealloc; in getMethodFamilyImpl()
/netbsd-src/external/apache2/llvm/dist/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()
2523 case OMF_dealloc: in checkMethodFamilyMismatch()
4928 ObjCMethod->getSelector().getMethodFamily() == OMF_dealloc) { in ActOnMethodDeclaration()
5010 case OMF_dealloc: in ActOnMethodDeclaration()
H A DSemaExprMember.cpp1448 warn = (MF != OMF_init && MF != OMF_dealloc && in LookupMemberExpr()
H A DSemaExprObjC.cpp1364 case OMF_dealloc: in ParseObjCSelectorExpression()
3264 case OMF_dealloc: in BuildInstanceMessage()
H A DSemaDeclAttr.cpp5479 if (Method->getMethodFamily() == OMF_dealloc) { in handleObjCRequiresSuperAttr()
H A DSemaExpr.cpp2868 if (MF != OMF_init && MF != OMF_dealloc && MF != OMF_finalize && in BuildIvarRefExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DRetainSummaryManager.cpp1078 case OMF_dealloc: in getStandardMethodSummary()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp1045 case OMF_dealloc: in getMethodFamily()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp777 if (OMD->getMethodFamily() == OMF_dealloc || in StartFunction()