Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp46 M->getMethodFamily() == OMF_mutableCopy || in DefaultMethodFilter()
H A DNullabilityChecker.cpp679 if (OMF_init == Family || OMF_copy == Family || OMF_mutableCopy == Family) in checkPreStmt()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp1047 case OMF_mutableCopy: in getStandardMethodSummary()
1066 case OMF_mutableCopy: in getStandardMethodSummary()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1064 case ObjCMethodFamilyAttr::OMF_mutableCopy: family = OMF_mutableCopy; break; in getMethodFamily()
1086 case OMF_mutableCopy: in getMethodFamily()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp677 if (startsWithWord(name, "mutableCopy")) return OMF_mutableCopy; in getMethodFamilyImpl()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h807 OMF_mutableCopy, enumerator
H A DAttr.td2799 "OMF_mutableCopy", "OMF_new"]>];
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1380 case OMF_mutableCopy: in ParseObjCSelectorExpression()
3256 case OMF_mutableCopy: in BuildInstanceMessage()
3288 case OMF_mutableCopy: in BuildInstanceMessage()
3727 case OMF_mutableCopy: in checkCallToMethod()
H A DSemaDeclObjC.cpp275 case OMF_mutableCopy: in CheckARCMethodDecl()
432 case OMF_mutableCopy: in ActOnStartOfObjCMethodDef()
2573 case OMF_mutableCopy: familySelector = F_mutableCopy; break; in checkMethodFamilyMismatch()
5049 case OMF_mutableCopy: in ActOnMethodDeclaration()
H A DSemaObjCProperty.cpp2264 family == OMF_mutableCopy || family == OMF_new) { in DiagnoseOwningPropertyGetterSynthesis()