Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DDirectIvarAssignment.cpp45 M->getMethodFamily() == OMF_copy || in DefaultMethodFilter()
DNullabilityChecker.cpp598 if (OMF_init == Family || OMF_copy == Family || OMF_mutableCopy == Family) in checkPreStmt()
/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/llvm-project/clang/lib/ARCMigrate/
DTransRetainReleaseDealloc.cpp296 case OMF_copy: in getReferencedDecl()
DObjCMT.cpp1591 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/llvm-project/clang/include/clang/Basic/
DIdentifierTable.h631 OMF_copy, enumerator
DAttr.td1962 ["OMF_None", "OMF_alloc", "OMF_copy", "OMF_init",
/external/llvm-project/clang/lib/Analysis/
DRetainSummaryManager.cpp1045 case OMF_copy: in getStandardMethodSummary()
1064 case OMF_copy: in getStandardMethodSummary()
/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/llvm-project/clang/lib/Basic/
DIdentifierTable.cpp546 if (startsWithWord(name, "copy")) return OMF_copy; in getMethodFamilyImpl()
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp1013 case ObjCMethodFamilyAttr::OMF_copy: family = OMF_copy; break; in getMethodFamily()
1036 case OMF_copy: in getMethodFamily()
/external/clang/lib/Sema/
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()
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()
DSemaObjCProperty.cpp2050 if (family == OMF_alloc || family == OMF_copy || in DiagnoseOwningPropertyGetterSynthesis()
/external/llvm-project/clang/lib/Sema/
DSemaExprObjC.cpp1371 case OMF_copy: in ParseObjCSelectorExpression()
3255 case OMF_copy: in BuildInstanceMessage()
3288 case OMF_copy: in BuildInstanceMessage()
3728 case OMF_copy: in checkCallToMethod()
DSemaDeclObjC.cpp268 case OMF_copy: in CheckARCMethodDecl()
426 case OMF_copy: in ActOnStartOfObjCMethodDef()
2535 case OMF_copy: familySelector = F_copy; break; in checkMethodFamilyMismatch()
5004 case OMF_copy: in ActOnMethodDeclaration()
DSemaObjCProperty.cpp2284 if (family == OMF_alloc || family == OMF_copy || in DiagnoseOwningPropertyGetterSynthesis()