Searched refs:OMF_alloc (Results 1 - 11 of 11) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp125 case OMF_alloc:
H A DRetainCountChecker.cpp1375 case OMF_alloc:
1394 case OMF_alloc:
2205 if (ME->getMethodFamily() == OMF_alloc)
/external/clang/include/clang/Basic/
H A DIdentifierTable.h551 OMF_alloc, enumerator in enum:clang::ObjCMethodFamily
/external/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp363 if (recME->getMethodFamily() == OMF_alloc &&
H A DObjCMT.cpp1470 case clang::OMF_alloc:
/external/clang/lib/Basic/
H A DIdentifierTable.cpp442 if (startsWithWord(name, "alloc")) return OMF_alloc;
/external/clang/lib/AST/
H A DDeclObjC.cpp809 case ObjCMethodFamilyAttr::OMF_alloc: family = OMF_alloc; break;
832 case OMF_alloc:
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp241 case OMF_alloc:
356 case OMF_alloc:
1530 case OMF_alloc: familySelector = F_alloc; break;
3243 case OMF_alloc:
H A DSemaExprObjC.cpp1082 case OMF_alloc:
2565 case OMF_alloc:
2596 case OMF_alloc:
3016 case OMF_alloc:
H A DSemaObjCProperty.cpp1847 if (family == OMF_alloc || family == OMF_copy ||
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp46 if (Rec->getMethodFamily() == OMF_alloc)

Completed in 1338 milliseconds