Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:here

4     struct S; // expected-note {{previously declared 'private' here}}
11 class C; // expected-note {{previously declared 'public' here}}
19 template<typename T> struct A; // expected-note {{previously declared 'protected' here}}
29 class X; // expected-note {{previously declared 'private' here}} \
30 // expected-note {{previous declaration is here}}
46 static constexpr I x = 0; // expected-note {{implicitly declared private here}}
47 static constexpr I y = 42; // expected-note {{implicitly declared private here}}
64 template struct U<int, int>; // expected-note {{in instantiation of member function 'PR15209::alias_templates::U<int, int>::U' requested here}}
70 W<float>(); // expected-note {{in instantiation of member function 'PR15209::alias_templates::U<float, float>::U' requested here}}
76 typedef int I; // expected-note {{implicitly declared private here}}
77 static constexpr I x = 0; // expected-note {{implicitly declared private here}}
118 int t; // expected-note {{here}}
131 int t; // expected-note {{here}}