Home | History | Annotate | Download | only in Index

Lines Matching refs:S2

17 struct S2 { S1 *operator->(); };
18 void test3(S2 s2) {
19 s2->f();
111 // CHECK: Keyword: "struct" [17:1 - 17:7] StructDecl=S2:17:8 (Definition)
112 // CHECK: Identifier: "S2" [17:8 - 17:10] StructDecl=S2:17:8 (Definition)
113 // CHECK: Punctuation: "{" [17:11 - 17:12] StructDecl=S2:17:8 (Definition)
120 // CHECK: Punctuation: ";" [17:29 - 17:30] StructDecl=S2:17:8 (Definition)
121 // CHECK: Punctuation: "}" [17:31 - 17:32] StructDecl=S2:17:8 (Definition)
126 // CHECK: Identifier: "S2" [18:12 - 18:14] TypeRef=struct S2:17:8
127 // CHECK: Identifier: "s2" [18:15 - 18:17] ParmDecl=s2:18:15 (Definition)
130 // CHECK: Identifier: "s2" [19:3 - 19:5] DeclRefExpr=s2:18:15