Home
last modified time | relevance | path

Searched refs:OMF_new (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
DTransAutoreleasePool.cpp354 if (ME->getMethodFamily() == OMF_new && in isPoolCreation()
DObjCMT.cpp1588 case clang::OMF_new: in AddCFAnnotations()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DIdentifierTable.h635 OMF_new, enumerator
DAttr.td2090 "OMF_mutableCopy", "OMF_new"]>];
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DRetainSummaryManager.cpp1050 case OMF_new: in getStandardMethodSummary()
1069 case OMF_new: in getStandardMethodSummary()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DDeclObjC.cpp1017 case ObjCMethodFamilyAttr::OMF_new: family = OMF_new; break; in getMethodFamily()
1039 case OMF_new: in getMethodFamily()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
DIdentifierTable.cpp596 if (startsWithWord(name, "new")) return OMF_new; in getMethodFamilyImpl()
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp328 case OMF_new: { in checkPostCall()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExprObjC.cpp1375 case OMF_new: in ParseObjCSelectorExpression()
3259 case OMF_new: in BuildInstanceMessage()
3291 case OMF_new: in BuildInstanceMessage()
3731 case OMF_new: in checkCallToMethod()
DSemaDeclObjC.cpp270 case OMF_new: in CheckARCMethodDecl()
427 case OMF_new: in ActOnStartOfObjCMethodDef()
2537 case OMF_new: familySelector = F_new; break; in checkMethodFamilyMismatch()
5020 case OMF_new: in ActOnMethodDeclaration()
DSemaObjCProperty.cpp2276 family == OMF_mutableCopy || family == OMF_new) { in DiagnoseOwningPropertyGetterSynthesis()