Home
last modified time | relevance | path

Searched refs:newObject (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/clang/test/Index/
H A Dfile-refs-subscripting.m32 id newObject, oldObject;
34 dictionary[key] = newObject;
35 NSDictionary *dict = @{ key: newObject, key: oldObject };
60 // CHECK-NEXT: DeclRefExpr=newObject:32:6
61 // CHECK-NEXT: VarDecl=newObject:32:6 (Definition) =[32:6 - 32:15]
62 // CHECK-NEXT: DeclRefExpr=newObject:32:6 =[34:21 - 34:30]
63 // CHECK-NEXT: DeclRefExpr=newObject:32:6 =[35:32 - 35:41]
H A Dindex-subscripting-literals.m33 id newObject, oldObject;
38 dictionary[key] = newObject;
39 NSDictionary *dict = @{ key: newObject, key: oldObject };
59 …EntityReference]: kind: variable | name: newObject | USR: c:@newObject | lang: C | cursor: DeclRef…
64 …EntityReference]: kind: variable | name: newObject | USR: c:@newObject | lang: C | cursor: DeclRef…
H A Dannotate-subscripting.m32 id newObject, oldObject;
34 dictionary[key] = newObject;
35 NSDictionary *dict = @{ key: newObject, key: oldObject };
76 // CHECK: Identifier: "newObject" [34:21 - 34:30] DeclRefExpr=newObject:32:6
86 // CHECK: Identifier: "newObject" [35:32 - 35:41] DeclRefExpr=newObject:32:6
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dobjc-container-subscripting.m40 id newObject;
42 dictionary[key] = newObject; // replace oldObject with newObject
H A Dobjc2-strong-cast-block-import.m10 id newObject(void); function
18 children[i] = newObject();
H A Dobjc-container-subscripting-1.m37 id newObject;
47 val = (dictionary[key] = newObject);
/llvm-project-15.0.7/clang/test/Rewriter/
H A Dobjc-modern-container-subscript.mm45 id newObject;
47 dictionary[key] = newObject; // replace oldObject with newObject
/llvm-project-15.0.7/clang/test/PCH/
H A Dsubscripting-literals.m49 void testDict(NSString *key, id newObject, id oldObject) {
52 dictionary[key] = newObject;
53 NSDictionary *dict = @{ key: newObject, key: oldObject };
H A Dobjc_container.h21 id newObject; in all() local
24 dictionary[key] = newObject; in all()
H A Dobjc_container.m16 // CHECK-PRINT: dictionary[key] = newObject;
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dobjc-container-subscripting.m38 id newObject, oldObject;
40 …dictionary[key] = newObject; // expected-error {{method object parameter type 'void *' is not obj…
H A Ddefault-synthesize-2.m37 - (void)setObject:(id)newObject {}
/llvm-project-15.0.7/clang/docs/
H A DObjectiveCLiterals.rst333 id newObject = ...;
335 array[idx] = newObject; // replace oldObject with newObject
340 dictionary[key] = newObject; // replace oldObject with newObject