Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp45 M->getMethodFamily() == OMF_copy || in DefaultMethodFilter()
H A DNullabilityChecker.cpp679 if (OMF_init == Family || OMF_copy == Family || OMF_mutableCopy == Family) in checkPreStmt()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp1046 case OMF_copy: in getStandardMethodSummary()
1065 case OMF_copy: in getStandardMethodSummary()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1062 case ObjCMethodFamilyAttr::OMF_copy: family = OMF_copy; break; in getMethodFamily()
1085 case OMF_copy: in getMethodFamily()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp671 if (startsWithWord(name, "copy")) return OMF_copy; in getMethodFamilyImpl()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h805 OMF_copy, enumerator
H A DAttr.td2798 ["OMF_None", "OMF_alloc", "OMF_copy", "OMF_init",
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1377 case OMF_copy: in ParseObjCSelectorExpression()
3254 case OMF_copy: in BuildInstanceMessage()
3287 case OMF_copy: in BuildInstanceMessage()
3726 case OMF_copy: in checkCallToMethod()
H A DSemaDeclObjC.cpp274 case OMF_copy: in CheckARCMethodDecl()
433 case OMF_copy: in ActOnStartOfObjCMethodDef()
2572 case OMF_copy: familySelector = F_copy; break; in checkMethodFamilyMismatch()
5046 case OMF_copy: in ActOnMethodDeclaration()
H A DSemaObjCProperty.cpp2263 if (family == OMF_alloc || family == OMF_copy || in DiagnoseOwningPropertyGetterSynthesis()