Lines Matching refs:here
51 @interface NSAutoreleasePool : NSObject { // expected-note 13 {{marked unavailable here}}
101 // expected-note {{scope begins here}}
105 int x = 0; // expected-note {{declared here}}
107 [pool release]; // expected-note {{scope ends here}}
114 // expected-note {{scope begins here}}
116 struct S { int x; }; // expected-note {{declared here}}
118 [pool release]; // expected-note {{scope ends here}}
126 // expected-note {{scope begins here}}
128 enum { Bar }; // expected-note {{declared here}}
130 [pool release]; // expected-note {{scope ends here}}
137 // expected-note {{scope begins here}}
139 typedef int Bar; // expected-note {{declared here}}
141 [pool release]; // expected-note {{scope ends here}}