Home
last modified time | relevance | path

Searched refs:OMF_alloc (Results 1 – 13 of 13) sorted by relevance

/external/clang/lib/ARCMigrate/
DTransAutoreleasePool.cpp363 if (recME->getMethodFamily() == OMF_alloc && in isPoolCreation()
DObjCMT.cpp1598 case clang::OMF_alloc: in AddCFAnnotations()
/external/clang/include/clang/Basic/
DIdentifierTable.h559 OMF_alloc, enumerator
DAttr.td1153 ["OMF_None", "OMF_alloc", "OMF_copy", "OMF_init",
/external/clang/lib/AST/
DDeclObjC.cpp892 case ObjCMethodFamilyAttr::OMF_alloc: family = OMF_alloc; break; in getMethodFamily()
915 case OMF_alloc: in getMethodFamily()
/external/clang/lib/Basic/
DIdentifierTable.cpp495 if (startsWithWord(name, "alloc")) return OMF_alloc; in getMethodFamilyImpl()
/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp222 case OMF_alloc: in checkPostCall()
DRetainCountChecker.cpp1424 case OMF_alloc: in getStandardMethodSummary()
1443 case OMF_alloc: in getStandardMethodSummary()
2281 if (ME->getMethodFamily() == OMF_alloc) in GetAllocationSite()
/external/clang/lib/Sema/
DSemaExprObjC.cpp1201 case OMF_alloc: in ParseObjCSelectorExpression()
2872 case OMF_alloc: in BuildInstanceMessage()
2904 case OMF_alloc: in BuildInstanceMessage()
3321 case OMF_alloc: in checkCallToMethod()
DSemaDeclObjC.cpp237 case OMF_alloc: in CheckARCMethodDecl()
352 case OMF_alloc: in ActOnStartOfObjCMethodDef()
2416 case OMF_alloc: familySelector = F_alloc; break; in checkMethodFamilyMismatch()
4330 case OMF_alloc: in ActOnMethodDeclaration()
DSemaObjCProperty.cpp1989 if (family == OMF_alloc || family == OMF_copy || in DiagnoseOwningPropertyGetterSynthesis()
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp46 if (Rec->getMethodFamily() == OMF_alloc) in checkForLiteralCreation()
/external/clang/tools/libclang/
DCXCursor.cpp1462 if (RecE->getMethodFamily() == OMF_alloc) in clang_Cursor_isDynamicCall()