Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp47 M->getMethodFamily() == OMF_mutableCopy || in DefaultMethodFilter()
H A DNullabilityChecker.cpp554 if (OMF_init == Family || OMF_copy == Family || OMF_mutableCopy == Family) in checkPreStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRetainSummaryManager.cpp978 case OMF_mutableCopy: in getStandardMethodSummary()
997 case OMF_mutableCopy: in getStandardMethodSummary()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DIdentifierTable.h622 OMF_mutableCopy, enumerator
H A DAttr.td1706 "OMF_mutableCopy", "OMF_new"]>];
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp1000 case ObjCMethodFamilyAttr::OMF_mutableCopy: family = OMF_mutableCopy; break; in getMethodFamily()
1022 case OMF_mutableCopy: in getMethodFamily()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DIdentifierTable.cpp527 if (startsWithWord(name, "mutableCopy")) return OMF_mutableCopy; in getMethodFamilyImpl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp1207 case OMF_mutableCopy: in ParseObjCSelectorExpression()
3032 case OMF_mutableCopy: in BuildInstanceMessage()
3064 case OMF_mutableCopy: in BuildInstanceMessage()
3504 case OMF_mutableCopy: in checkCallToMethod()
H A DSemaDeclObjC.cpp269 case OMF_mutableCopy: in CheckARCMethodDecl()
424 case OMF_mutableCopy: in ActOnStartOfObjCMethodDef()
2514 case OMF_mutableCopy: familySelector = F_mutableCopy; break; in checkMethodFamilyMismatch()
4731 case OMF_mutableCopy: in ActOnMethodDeclaration()
H A DSemaObjCProperty.cpp2222 family == OMF_mutableCopy || family == OMF_new) { in DiagnoseOwningPropertyGetterSynthesis()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp1592 case clang::OMF_mutableCopy: in AddCFAnnotations()