Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DDirectIvarAssignment.cpp45 M->getMethodFamily() == OMF_copy || in DefaultMethodFilter()
DRetainCountChecker.cpp1426 case OMF_copy: in getStandardMethodSummary()
1445 case OMF_copy: in getStandardMethodSummary()
/external/clang/lib/ARCMigrate/
DTransRetainReleaseDealloc.cpp292 case OMF_copy: in getReferencedDecl()
DObjCMT.cpp1600 case clang::OMF_copy: in AddCFAnnotations()
/external/clang/include/clang/Basic/
DIdentifierTable.h560 OMF_copy, enumerator
DAttr.td1153 ["OMF_None", "OMF_alloc", "OMF_copy", "OMF_init",
/external/clang/lib/AST/
DDeclObjC.cpp893 case ObjCMethodFamilyAttr::OMF_copy: family = OMF_copy; break; in getMethodFamily()
916 case OMF_copy: in getMethodFamily()
/external/clang/lib/Basic/
DIdentifierTable.cpp498 if (startsWithWord(name, "copy")) return OMF_copy; in getMethodFamilyImpl()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp238 case OMF_copy: in CheckARCMethodDecl()
355 case OMF_copy: in ActOnStartOfObjCMethodDef()
2417 case OMF_copy: familySelector = F_copy; break; in checkMethodFamilyMismatch()
4320 case OMF_copy: in ActOnMethodDeclaration()
DSemaExprObjC.cpp1202 case OMF_copy: in ParseObjCSelectorExpression()
2873 case OMF_copy: in BuildInstanceMessage()
2905 case OMF_copy: in BuildInstanceMessage()
3322 case OMF_copy: in checkCallToMethod()
DSemaObjCProperty.cpp1989 if (family == OMF_alloc || family == OMF_copy || in DiagnoseOwningPropertyGetterSynthesis()