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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp44 if (M->getMethodFamily() == OMF_init || M->getMethodFamily() == OMF_dealloc ||
H A DRetainCountChecker.cpp1412 case OMF_dealloc:
/external/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp214 if (MD->getMethodFamily() == OMF_dealloc) {
H A DTransZeroOutPropsInDealloc.cpp101 if (D->getMethodFamily() != OMF_dealloc &&
H A DTransRetainReleaseDealloc.cpp112 case OMF_dealloc:
H A DTransforms.cpp184 case OMF_dealloc:
/external/clang/include/clang/Basic/
H A DIdentifierTable.h560 OMF_dealloc, enumerator in enum:clang::ObjCMethodFamily
/external/clang/lib/Basic/
H A DIdentifierTable.cpp425 if (name == "dealloc") return OMF_dealloc;
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp210 case OMF_dealloc:
354 case OMF_dealloc:
413 if (Family == OMF_dealloc) {
1520 case OMF_dealloc:
3187 if (family == OMF_dealloc && IMD && IMD->isOverriding())
3235 case OMF_dealloc:
H A DSemaExprMember.cpp1372 warn = (MF != OMF_init && MF != OMF_dealloc &&
H A DSemaExprObjC.cpp1076 case OMF_dealloc:
2573 case OMF_dealloc:
H A DSemaDeclAttr.cpp3520 if (method->getMethodFamily() == OMF_dealloc) {
H A DSemaExpr.cpp2363 if (MF != OMF_init && MF != OMF_dealloc && MF != OMF_finalize &&
/external/clang/lib/AST/
H A DDeclObjC.cpp841 case OMF_dealloc:

Completed in 288 milliseconds