Home
last modified time | relevance | path

Searched refs:OMF_copy (Results 1 – 12 of 12) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DDirectIvarAssignment.cpp46 M->getMethodFamily() == OMF_copy || in DefaultMethodFilter()
DNullabilityChecker.cpp580 if (OMF_init == Family || OMF_copy == Family || OMF_mutableCopy == Family) in checkPreStmt()
DRetainCountChecker.cpp1427 case OMF_copy: in getStandardMethodSummary()
1446 case OMF_copy: in getStandardMethodSummary()
/external/clang/lib/ARCMigrate/
DTransRetainReleaseDealloc.cpp292 case OMF_copy: in getReferencedDecl()
DObjCMT.cpp1599 case clang::OMF_copy: in AddCFAnnotations()
/external/clang/include/clang/Basic/
DIdentifierTable.h575 OMF_copy, enumerator
DAttr.td1234 ["OMF_None", "OMF_alloc", "OMF_copy", "OMF_init",
/external/clang/lib/AST/
DDeclObjC.cpp925 case ObjCMethodFamilyAttr::OMF_copy: family = OMF_copy; break; in getMethodFamily()
948 case OMF_copy: in getMethodFamily()
/external/clang/lib/Basic/
DIdentifierTable.cpp499 if (startsWithWord(name, "copy")) return OMF_copy; in getMethodFamilyImpl()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp237 case OMF_copy: in CheckARCMethodDecl()
354 case OMF_copy: in ActOnStartOfObjCMethodDef()
2442 case OMF_copy: familySelector = F_copy; break; in checkMethodFamilyMismatch()
4469 case OMF_copy: in ActOnMethodDeclaration()
DSemaExprObjC.cpp1199 case OMF_copy: in ParseObjCSelectorExpression()
2900 case OMF_copy: in BuildInstanceMessage()
2932 case OMF_copy: in BuildInstanceMessage()
3351 case OMF_copy: in checkCallToMethod()
DSemaObjCProperty.cpp2050 if (family == OMF_alloc || family == OMF_copy || in DiagnoseOwningPropertyGetterSynthesis()