Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp45 M->getMethodFamily() == OMF_copy || in DefaultMethodFilter()
H A DNullabilityChecker.cpp682 if (OMF_init == Family || OMF_copy == Family || OMF_mutableCopy == Family) in checkPreStmt()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp296 case OMF_copy: in getReferencedDecl()
H A DObjCMT.cpp1583 case clang::OMF_copy: in AddCFAnnotations()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1065 case ObjCMethodFamilyAttr::OMF_copy: family = OMF_copy; break; in getMethodFamily()
1088 case OMF_copy: in getMethodFamily()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h797 OMF_copy, enumerator
H A DAttr.td2506 ["OMF_None", "OMF_alloc", "OMF_copy", "OMF_init",
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp641 if (startsWithWord(name, "copy")) return OMF_copy; in getMethodFamilyImpl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1382 case OMF_copy: in ParseObjCSelectorExpression()
3264 case OMF_copy: in BuildInstanceMessage()
3297 case OMF_copy: in BuildInstanceMessage()
3736 case OMF_copy: in checkCallToMethod()
H A DSemaDeclObjC.cpp275 case OMF_copy: in CheckARCMethodDecl()
434 case OMF_copy: in ActOnStartOfObjCMethodDef()
2564 case OMF_copy: familySelector = F_copy; break; in checkMethodFamilyMismatch()
5042 case OMF_copy: in ActOnMethodDeclaration()
H A DSemaObjCProperty.cpp2254 if (family == OMF_alloc || family == OMF_copy || in DiagnoseOwningPropertyGetterSynthesis()