Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DDirectIvarAssignment.cpp46 M->getMethodFamily() == OMF_mutableCopy || in DefaultMethodFilter()
DRetainCountChecker.cpp1319 case OMF_mutableCopy: in getStandardMethodSummary()
1338 case OMF_mutableCopy: in getStandardMethodSummary()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DIdentifierTable.h557 OMF_mutableCopy, enumerator
DAttr.td587 "OMF_mutableCopy", "OMF_new"]>];
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DDeclObjC.cpp719 case ObjCMethodFamilyAttr::OMF_mutableCopy: family = OMF_mutableCopy; break; in getMethodFamily()
741 case OMF_mutableCopy: in getMethodFamily()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
DIdentifierTable.cpp443 if (startsWithWord(name, "mutableCopy")) return OMF_mutableCopy; in getMethodFamilyImpl()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExprObjC.cpp1027 case OMF_mutableCopy: in ParseObjCSelectorExpression()
2482 case OMF_mutableCopy: in BuildInstanceMessage()
2512 case OMF_mutableCopy: in BuildInstanceMessage()
2930 case OMF_mutableCopy: in checkCallToMethod()
DSemaDeclObjC.cpp243 case OMF_mutableCopy: in CheckARCMethodDecl()
361 case OMF_mutableCopy: in ActOnStartOfObjCMethodDef()
1499 case OMF_mutableCopy: familySelector = F_mutableCopy; break; in checkMethodFamilyMismatch()
3282 case OMF_mutableCopy: in ActOnMethodDeclaration()
DSemaObjCProperty.cpp1822 family == OMF_mutableCopy || family == OMF_new) { in DiagnoseOwningPropertyGetterSynthesis()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
DObjCMT.cpp1478 case clang::OMF_mutableCopy: in AddCFAnnotations()