HomeSort by relevance Sort by last modified time
    Searched refs:OMF_dealloc (Results 1 - 14 of 14) sorted by null

  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 220 if (MD->getMethodFamily() == OMF_dealloc) {
TransZeroOutPropsInDealloc.cpp 101 if (D->getMethodFamily() != OMF_dealloc &&
TransRetainReleaseDealloc.cpp 112 case OMF_dealloc:
Transforms.cpp 178 case OMF_dealloc:
  /external/clang/lib/StaticAnalyzer/Checkers/
DirectIvarAssignment.cpp 47 M->getMethodFamily() == OMF_dealloc ||
RetainCountChecker.cpp     [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 565 OMF_dealloc,
  /external/clang/lib/Basic/
IdentifierTable.cpp 418 if (name == "dealloc") return OMF_dealloc;
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 208 case OMF_dealloc:
356 case OMF_dealloc:
399 if (Family == OMF_dealloc) {
    [all...]
SemaExprMember.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 659 case OMF_dealloc:
    [all...]

Completed in 643 milliseconds