Home | History | Annotate | Download | only in SemaTemplate

Lines Matching full:declared

155   void f(int&); // expected-note {{'f' should be declared prior to the call site}}
167 void f(char&); // expected-note {{'f' should be declared prior to the call site}}
193 int Multiply(int x, int y) { // expected-note {{should be declared prior to the call site}}
213 std::ostream& operator<<(std::ostream& out, ns::Data data) { // expected-note {{should be declared prior to the call site or in namespace 'PR10053::my_file2::ns'}}
235 std::ostream &print(std::ostream &out, int); // expected-note-re {{should be declared prior to the call site$}}
236 std::ostream &print(std::ostream &out, ns::Data); // expected-note {{should be declared prior to the call site or in namespace 'PR10053::my_file2_a::ns'}}
237 std::ostream &print(std::ostream &out, std::vector<ns2::Data>); // expected-note {{should be declared prior to the call site or in namespace 'PR10053::my_file2_a::ns2'}}
238 std::ostream &print(std::ostream &out, std::pair<ns::Data, ns2::Data>); // expected-note {{should be declared prior to the call site or in an associated namespace of one of its arguments}}
258 ns::Data operator!(ns::Data); // expected-note {{should be declared prior to the call site or in namespace 'PR10053::unary::ns'}}
335 struct A : public B { // expected-note{{'rdar12629723::X::A' declared here}}
368 namespace PR14695_A { void PR14695_f(PR14695_X); } // expected-note {{'PR14695_f' should be declared prior to the call site or in the global namespace}}