Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DCocoaConventions.cpp56 case OMF_alloc: in deriveNamingConvention()
/external/clang/lib/AST/
DDeclObjC.cpp414 case ObjCMethodFamilyAttr::OMF_alloc: family = OMF_alloc; break; in getMethodFamily()
437 case OMF_alloc: in getMethodFamily()
/external/clang/lib/Sema/
DSemaExprObjC.cpp204 case OMF_alloc: in ParseObjCSelectorExpression()
1416 case OMF_alloc: in BuildInstanceMessage()
1446 case OMF_alloc: in BuildInstanceMessage()
1662 case OMF_alloc: in ValidObjCARCNoBridgeCastExpr()
DSemaDeclObjC.cpp280 case OMF_alloc: in CheckARCMethodDecl()
368 case OMF_alloc: in ActOnStartOfObjCMethodDef()
1313 case OMF_alloc: familySelector = F_alloc; break; in checkMethodFamilyMismatch()
2480 case OMF_alloc: in ActOnMethodDeclaration()
DSemaObjCProperty.cpp1415 if (family == OMF_alloc || family == OMF_copy || in DiagnoseOwningPropertyGetterSynthesis()
DSemaDeclAttr.cpp1215 family = ObjCMethodFamilyAttr::OMF_alloc; in handleObjCMethodFamilyAttr()
/external/clang/include/clang/Basic/
DIdentifierTable.h478 OMF_alloc, enumerator
DAttr.td395 ["OMF_None", "OMF_alloc", "OMF_copy", "OMF_init",
/external/clang/lib/Basic/
DIdentifierTable.cpp410 if (startsWithWord(name, "alloc")) return OMF_alloc; in getMethodFamilyImpl()
/external/clang/lib/ARCMigrate/
DTransAutoreleasePool.cpp364 if (recME->getMethodFamily() == OMF_alloc && in isPoolCreation()