Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:declared

3   void f() __attribute__((deprecated)); // expected-note 2 {{declared here}}
7 int b __attribute__((deprecated)); // expected-note 2 {{declared here}}
29 virtual void f() __attribute__((deprecated)); // expected-note 4 {{declared here}}
71 void foo(int) __attribute__((deprecated)); // expected-note {{declared here}}
73 void foo(short) __attribute__((deprecated)); // expected-note {{declared here}}
78 friend void foo(A*) __attribute__((deprecated)); // expected-note {{declared here}}
84 void foo(const Foo &f) __attribute__((deprecated)); // expected-note {{declared here}}
94 void foo(int) __attribute__((deprecated)); // expected-note 2 {{declared here}}
96 static void bar(int) __attribute__((deprecated)); // expected-note 3 {{declared here}}
123 void operator*(int) __attribute__((deprecated)); // expected-note {{declared here}}
127 void operator+(const A &, int) __attribute__((deprecated)); // expected-note {{declared here}}
128 void operator-(const A &, int) __attribute__((deprecated)); // expected-note {{declared here}}
146 operator intfn() __attribute__((deprecated)); // expected-note {{declared here}}
148 void operator ()(A &) __attribute__((deprecated)); // expected-note {{declared here}}
166 operator int() __attribute__((deprecated)); // expected-note 3 {{declared here}}
196 enum __attribute__((deprecated)) A { // expected-note {{declared here}}
197 a0 // expected-note {{declared here}}
205 b0 __attribute__((deprecated)), // expected-note {{declared here}}
215 enum __attribute__((deprecated)) Enum { // expected-note {{declared here}}
216 c0 // expected-note {{declared here}}
227 d1 __attribute__((deprecated)), // expected-note {{declared here}}
239 void* operator new(typeof(sizeof(void*))) __attribute__((deprecated)); // expected-note{{'operator new' declared here}}
240 void operator delete(void *) __attribute__((deprecated)); // expected-note{{'operator delete' declared here}}