Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DDirectIvarAssignment.cpp46 M->getMethodFamily() == OMF_mutableCopy || in DefaultMethodFilter()
DNullabilityChecker.cpp598 if (OMF_init == Family || OMF_copy == Family || OMF_mutableCopy == Family) in checkPreStmt()
/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/llvm-project/clang/include/clang/Basic/
DIdentifierTable.h633 OMF_mutableCopy, enumerator
DAttr.td1963 "OMF_mutableCopy", "OMF_new"]>];
/external/llvm-project/clang/lib/Analysis/
DRetainSummaryManager.cpp1046 case OMF_mutableCopy: in getStandardMethodSummary()
1065 case OMF_mutableCopy: in getStandardMethodSummary()
/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/llvm-project/clang/lib/Basic/
DIdentifierTable.cpp552 if (startsWithWord(name, "mutableCopy")) return OMF_mutableCopy; in getMethodFamilyImpl()
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp1015 case ObjCMethodFamilyAttr::OMF_mutableCopy: family = OMF_mutableCopy; break; in getMethodFamily()
1037 case OMF_mutableCopy: in getMethodFamily()
/external/clang/lib/Sema/
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()
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()
DSemaObjCProperty.cpp2051 family == OMF_mutableCopy || family == OMF_new) { in DiagnoseOwningPropertyGetterSynthesis()
/external/llvm-project/clang/lib/Sema/
DSemaExprObjC.cpp1374 case OMF_mutableCopy: in ParseObjCSelectorExpression()
3257 case OMF_mutableCopy: in BuildInstanceMessage()
3289 case OMF_mutableCopy: in BuildInstanceMessage()
3729 case OMF_mutableCopy: in checkCallToMethod()
DSemaDeclObjC.cpp269 case OMF_mutableCopy: in CheckARCMethodDecl()
425 case OMF_mutableCopy: in ActOnStartOfObjCMethodDef()
2536 case OMF_mutableCopy: familySelector = F_mutableCopy; break; in checkMethodFamilyMismatch()
5007 case OMF_mutableCopy: in ActOnMethodDeclaration()
DSemaObjCProperty.cpp2285 family == OMF_mutableCopy || family == OMF_new) { in DiagnoseOwningPropertyGetterSynthesis()
/external/llvm-project/clang/lib/ARCMigrate/
DObjCMT.cpp1593 case clang::OMF_mutableCopy: in AddCFAnnotations()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp1601 case clang::OMF_mutableCopy: in AddCFAnnotations()