Searched refs:mutableCopy (Results 1 – 15 of 15) sorted by relevance
| /llvm-project/clang/test/Analysis/ |
| H A D | ObjCPropertiesSyntaxChecks.m | 32 _trulyMutableStr = [S mutableCopy]; 39 _trulyMutableExplicitStr = [S mutableCopy]; 46 trulyMutableStrWithSynthesizedStorage = [S mutableCopy];
|
| H A D | NSContainers.m | 33 - (id)mutableCopy; method 313 NSMutableArray *subviews = [[view subviews] mutableCopy];
|
| H A D | retain-release-path-notes.m | 136 …from a method whose name ('getViolation') does not start with 'copy', 'mutableCopy', 'alloc' or 'n…
|
| /llvm-project/clang/test/ARCMT/ |
| H A D | checking-in-arc.m | 33 - (id)mutableCopy; method
|
| H A D | Common.h | 49 - (id)mutableCopy;
|
| H A D | check-with-serialized-diag.m | 19 - (id)mutableCopy; method
|
| H A D | atautorelease-check.m | 42 - (id)mutableCopy; method
|
| H A D | checking.m | 33 - (id)mutableCopy; method
|
| /llvm-project/mlir/lib/IR/ |
| H A D | AttributeDetail.h | 300 auto mutableCopy = MutableArrayRef<StringRef>( in construct() local 306 mutableCopy[i] = StringRef(stringData, data[i].size()); in construct()
|
| /llvm-project/clang/test/SemaObjCXX/ |
| H A D | related-result-type-inference.mm | 17 - (id)mutableCopy; method
|
| /llvm-project/clang/test/SemaObjC/ |
| H A D | related-result-type-inference.m | 17 - (id)mutableCopy; method
|
| /llvm-project/clang/docs/ |
| H A D | AutomaticReferenceCounting.rst | 455 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 D | Attr.td | 2641 ["none", "alloc", "copy", "init", "mutableCopy", "new"],
|
| H A D | AttrDocs.td | 1487 ``none``, ``alloc``, ``copy``, ``init``, ``mutableCopy``, or ``new``. This
|
| H A D | DiagnosticSemaKinds.td | 11870 "mutableCopy|new|autorelease|dealloc|finalize|release|retain|retainCount|"
|