Lines Matching full:anonymous
10 // CHECK: anonymous-groups.td:[[@LINE-1]]:41: error: group 'name' is referred to anonymously
14 // CHECK-NEXT: anonymous-groups.td:6:1: note: group defined here
20 // CHECK: anonymous-groups.td:[[@LINE-1]]:48: error: group 'name' is referred to anonymously
24 // CHECK-NEXT: anonymous-groups.td:6:1: note: group defined here
29 def AnonymousGroup : Warning<"">, InGroup<DiagGroup<"anonymous">>;
30 def AlsoAnonymousGroup : Warning<"">, InGroup<DiagGroup<"anonymous">>;
32 InGroup<DiagGroup<"anonymous">>;
34 // CHECK: anonymous-groups.td:[[@LINE-5]]:43: error: group 'anonymous' is referred to anonymously
35 // CHECK-NEXT: {{^def AnonymousGroup : Warning<"">, InGroup<DiagGroup<"anonymous">>;}}
37 // CHECK-NEXT: anonymous-groups.td:[[@LINE-7]]:47: note: also referenced here
38 // CHECK-NEXT: {{^def AlsoAnonymousGroup : Warning<"">, InGroup<DiagGroup<"anonymous">>;}}
40 // CHECK-NEXT: anonymous-groups.td:[[@LINE-8]]:11: note: also referenced here
41 // CHECK-NEXT: {{^ InGroup<DiagGroup<"anonymous">>;}}