Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp46 M->getMethodFamily() == OMF_mutableCopy || in DefaultMethodFilter()
H A DNullabilityChecker.cpp598 if (OMF_init == Family || OMF_copy == Family || OMF_mutableCopy == Family) in checkPreStmt()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DRetainSummaryManager.cpp1051 case OMF_mutableCopy: in getStandardMethodSummary()
1070 case OMF_mutableCopy: in getStandardMethodSummary()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DIdentifierTable.h701 OMF_mutableCopy, enumerator
H A DAttr.td2164 "OMF_mutableCopy", "OMF_new"]>];
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp1032 case ObjCMethodFamilyAttr::OMF_mutableCopy: family = OMF_mutableCopy; break; in getMethodFamily()
1054 case OMF_mutableCopy: in getMethodFamily()
/llvm-project-15.0.7/clang/lib/Basic/
H A DIdentifierTable.cpp605 if (startsWithWord(name, "mutableCopy")) return OMF_mutableCopy; in getMethodFamilyImpl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprObjC.cpp1374 case OMF_mutableCopy: in ParseObjCSelectorExpression()
3258 case OMF_mutableCopy: in BuildInstanceMessage()
3290 case OMF_mutableCopy: in BuildInstanceMessage()
3730 case OMF_mutableCopy: in checkCallToMethod()
H A DSemaDeclObjC.cpp269 case OMF_mutableCopy: in CheckARCMethodDecl()
425 case OMF_mutableCopy: in ActOnStartOfObjCMethodDef()
2549 case OMF_mutableCopy: familySelector = F_mutableCopy; break; in checkMethodFamilyMismatch()
5020 case OMF_mutableCopy: in ActOnMethodDeclaration()
H A DSemaObjCProperty.cpp2276 family == OMF_mutableCopy || family == OMF_new) { in DiagnoseOwningPropertyGetterSynthesis()
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DObjCMT.cpp1590 case clang::OMF_mutableCopy: in AddCFAnnotations()