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

  /external/clang/lib/AST/
DeclObjC.cpp 537 case ObjCMethodFamilyAttr::OMF_alloc: family = OMF_alloc; break;
560 case OMF_alloc:
    [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 541 OMF_alloc,
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 362 if (recME->getMethodFamily() == OMF_alloc &&
  /external/clang/lib/Basic/
IdentifierTable.cpp 429 if (startsWithWord(name, "alloc")) return OMF_alloc;
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 223 case OMF_alloc:
316 case OMF_alloc:
    [all...]
SemaExprObjC.cpp     [all...]
SemaObjCProperty.cpp     [all...]
SemaDeclAttr.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]

Completed in 4619 milliseconds