Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DDirectIvarAssignment.cpp47 M->getMethodFamily() == OMF_mutableCopy || in DefaultMethodFilter()
DNullabilityChecker.cpp580 if (OMF_init == Family || OMF_copy == Family || OMF_mutableCopy == Family) in checkPreStmt()
DRetainCountChecker.cpp1428 case OMF_mutableCopy: in getStandardMethodSummary()
1447 case OMF_mutableCopy: in getStandardMethodSummary()
/external/clang/include/clang/Basic/
DIdentifierTable.h577 OMF_mutableCopy, enumerator
DAttr.td1235 "OMF_mutableCopy", "OMF_new"]>];
/external/clang/lib/AST/
DDeclObjC.cpp927 case ObjCMethodFamilyAttr::OMF_mutableCopy: family = OMF_mutableCopy; break; in getMethodFamily()
949 case OMF_mutableCopy: in getMethodFamily()
/external/clang/lib/Basic/
DIdentifierTable.cpp505 if (startsWithWord(name, "mutableCopy")) return OMF_mutableCopy; in getMethodFamilyImpl()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp238 case OMF_mutableCopy: in CheckARCMethodDecl()
353 case OMF_mutableCopy: in ActOnStartOfObjCMethodDef()
2443 case OMF_mutableCopy: familySelector = F_mutableCopy; break; in checkMethodFamilyMismatch()
4472 case OMF_mutableCopy: in ActOnMethodDeclaration()
DSemaExprObjC.cpp1202 case OMF_mutableCopy: in ParseObjCSelectorExpression()
2902 case OMF_mutableCopy: in BuildInstanceMessage()
2933 case OMF_mutableCopy: in BuildInstanceMessage()
3352 case OMF_mutableCopy: in checkCallToMethod()
DSemaObjCProperty.cpp2051 family == OMF_mutableCopy || family == OMF_new) { in DiagnoseOwningPropertyGetterSynthesis()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp1601 case clang::OMF_mutableCopy: in AddCFAnnotations()