Home
last modified time | relevance | path

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

/external/clang/lib/Index/
DIndexBody.cpp171 if (RecE->getMethodFamily() == OMF_alloc) in VisitObjCMessageExpr()
/external/clang/include/clang/Basic/
DIdentifierTable.h574 OMF_alloc, enumerator
DAttr.td1234 ["OMF_None", "OMF_alloc", "OMF_copy", "OMF_init",
/external/clang/lib/ARCMigrate/
DTransAutoreleasePool.cpp363 if (recME->getMethodFamily() == OMF_alloc && in isPoolCreation()
DObjCMT.cpp1597 case clang::OMF_alloc: in AddCFAnnotations()
/external/clang/lib/AST/
DDeclObjC.cpp924 case ObjCMethodFamilyAttr::OMF_alloc: family = OMF_alloc; break; in getMethodFamily()
947 case OMF_alloc: in getMethodFamily()
/external/clang/lib/Basic/
DIdentifierTable.cpp496 if (startsWithWord(name, "alloc")) return OMF_alloc; in getMethodFamilyImpl()
/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp222 case OMF_alloc: in checkPostCall()
DRetainCountChecker.cpp1425 case OMF_alloc: in getStandardMethodSummary()
1444 case OMF_alloc: in getStandardMethodSummary()
2282 if (ME->getMethodFamily() == OMF_alloc) in GetAllocationSite()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp236 case OMF_alloc: in CheckARCMethodDecl()
351 case OMF_alloc: in ActOnStartOfObjCMethodDef()
2441 case OMF_alloc: familySelector = F_alloc; break; in checkMethodFamilyMismatch()
4479 case OMF_alloc: in ActOnMethodDeclaration()
DSemaExprObjC.cpp1198 case OMF_alloc: in ParseObjCSelectorExpression()
2899 case OMF_alloc: in BuildInstanceMessage()
2931 case OMF_alloc: in BuildInstanceMessage()
3350 case OMF_alloc: in checkCallToMethod()
DSemaObjCProperty.cpp2050 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.cpp1490 if (RecE->getMethodFamily() == OMF_alloc) in clang_Cursor_isDynamicCall()