Lines Matching refs:deprecated
3 void f() __attribute__((deprecated)); // expected-note 2 {{declared here}}
5 void h(A* a) __attribute__((deprecated));
7 int b __attribute__((deprecated)); // expected-note 2 {{declared here}}
29 virtual void f() __attribute__((deprecated)); // expected-note 4 {{declared here}}
59 virtual void f() __attribute__((deprecated));
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}}
205 b0 __attribute__((deprecated)), // expected-note {{declared here}}
215 enum __attribute__((deprecated)) Enum { // expected-note {{declared here}}
227 d1 __attribute__((deprecated)), // expected-note {{declared here}}