Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDTransAutoreleasePool.cpp355 if (ME->getMethodFamily() == OMF_new && in isPoolCreation()
HDObjCMT.cpp1582 case clang::OMF_new: in AddCFAnnotations()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDRetainSummaryManager.cpp1046 case OMF_new: in getStandardMethodSummary()
1065 case OMF_new: in getStandardMethodSummary()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDDeclObjC.cpp1068 case ObjCMethodFamilyAttr::OMF_new: family = OMF_new; break; in getMethodFamily()
1090 case OMF_new: in getMethodFamily()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDIdentifierTable.h800 OMF_new, enumerator
HDAttr.td2507 "OMF_mutableCopy", "OMF_new"]>];
/freebsd-14-stable/contrib/llvm-project/clang/lib/Basic/
HDIdentifierTable.cpp650 if (startsWithWord(name, "new")) return OMF_new; in getMethodFamilyImpl()
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDDynamicTypePropagation.cpp325 case OMF_new: { in checkPostCall()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExprObjC.cpp1386 case OMF_new: in ParseObjCSelectorExpression()
3267 case OMF_new: in BuildInstanceMessage()
3299 case OMF_new: in BuildInstanceMessage()
3738 case OMF_new: in checkCallToMethod()
HDSemaDeclObjC.cpp277 case OMF_new: in CheckARCMethodDecl()
435 case OMF_new: in ActOnStartOfObjCMethodDef()
2566 case OMF_new: familySelector = F_new; break; in checkMethodFamilyMismatch()
5053 case OMF_new: in ActOnMethodDeclaration()
HDSemaObjCProperty.cpp2255 family == OMF_mutableCopy || family == OMF_new) { in DiagnoseOwningPropertyGetterSynthesis()