Home
last modified time | relevance | path

Searched refs:mutableCopy (Results 1 – 15 of 15) sorted by relevance

/llvm-project/clang/test/Analysis/
H A DObjCPropertiesSyntaxChecks.m32 _trulyMutableStr = [S mutableCopy];
39 _trulyMutableExplicitStr = [S mutableCopy];
46 trulyMutableStrWithSynthesizedStorage = [S mutableCopy];
H A DNSContainers.m33 - (id)mutableCopy; method
313 NSMutableArray *subviews = [[view subviews] mutableCopy];
H A Dretain-release-path-notes.m136 …from a method whose name ('getViolation') does not start with 'copy', 'mutableCopy', 'alloc' or 'n…
/llvm-project/clang/test/ARCMT/
H A Dchecking-in-arc.m33 - (id)mutableCopy; method
H A DCommon.h49 - (id)mutableCopy;
H A Dcheck-with-serialized-diag.m19 - (id)mutableCopy; method
H A Datautorelease-check.m42 - (id)mutableCopy; method
H A Dchecking.m33 - (id)mutableCopy; method
/llvm-project/mlir/lib/IR/
H A DAttributeDetail.h300 auto mutableCopy = MutableArrayRef<StringRef>( in construct() local
306 mutableCopy[i] = StringRef(stringData, data[i].size()); in construct()
/llvm-project/clang/test/SemaObjCXX/
H A Drelated-result-type-inference.mm17 - (id)mutableCopy; method
/llvm-project/clang/test/SemaObjC/
H A Drelated-result-type-inference.m17 - (id)mutableCopy; method
/llvm-project/clang/docs/
H A DAutomaticReferenceCounting.rst455 Methods in the ``alloc``, ``copy``, ``init``, ``mutableCopy``, and ``new``
1490 * ``mutableCopy`` methods must return a retainable object pointer type.
1538 ``alloc``, ``copy``, ``init``, ``mutableCopy``, or ``new``, in which case the
1563 Methods in the ``alloc``, ``copy``, ``mutableCopy``, and ``new`` families ---
1572 the ``alloc``, ``copy``, ``mutableCopy``, and ``new`` families provide access
/llvm-project/clang/include/clang/Basic/
H A DAttr.td2641 ["none", "alloc", "copy", "init", "mutableCopy", "new"],
H A DAttrDocs.td1487 ``none``, ``alloc``, ``copy``, ``init``, ``mutableCopy``, or ``new``. This
H A DDiagnosticSemaKinds.td11870 "mutableCopy|new|autorelease|dealloc|finalize|release|retain|retainCount|"