HomeSort by relevance Sort by last modified time
    Searched refs:PR10053 (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaTemplate/
dependent-names-no-std.cpp 6 namespace PR10053 {
18 void f(ns::Data); // expected-note {{in namespace 'PR10053::ns'}}
dependent-names.cpp 147 namespace PR10053 {
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'}}
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'}}
258 ns::Data operator!(ns::Data); // expected-note {{should be declared prior to the call site or in namespace 'PR10053::unary::ns'}}

Completed in 39 milliseconds