Home | History | Annotate | Download | only in Index

Lines Matching refs:S1

16 struct S1 { void f(); };
17 struct S2 { S1 *operator->(); };
84 // CHECK: Keyword: "struct" [16:1 - 16:7] StructDecl=S1:16:8 (Definition)
85 // CHECK: Identifier: "S1" [16:8 - 16:10] StructDecl=S1:16:8 (Definition)
86 // CHECK: Punctuation: "{" [16:11 - 16:12] StructDecl=S1:16:8 (Definition)
91 // CHECK: Punctuation: ";" [16:21 - 16:22] StructDecl=S1:16:8 (Definition)
92 // CHECK: Punctuation: "}" [16:23 - 16:24] StructDecl=S1:16:8 (Definition)
97 // CHECK: Identifier: "S1" [17:13 - 17:15] TypeRef=struct S1:16:8