Searched refs:otherstd (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/FixIt/
H A Dtypo.cpp17 namespace otherstd { // expected-note 2{{'otherstd' declared here}} \ namespace
18 // expected-note{{namespace 'otherstd' defined here}}
24 other_std::strng str1; // expected-error{{use of undeclared identifier 'other_std'; did you mean 'otherstd'?}} \
25 // expected-error{{no type named 'strng' in namespace 'otherstd'; did you mean 'string'?}}
28 ::other_std::string str3; // expected-error{{no member named 'other_std' in the global namespace; did you mean 'otherstd'?}}
35 using namespace othestd; // expected-error{{no namespace named 'othestd'; did you mean 'otherstd'?}}
36 namespace blargh = otherstd; // expected-note 3{{namespace 'blargh' defined here}}
84 wibble::yarn str5; // expected-error{{no type named 'yarn' in namespace 'otherstd'; did you mean 'nonstd::yarn'?}}
92 return wibble::narf; // expected-error{{no member named 'narf' in namespace 'otherstd'; di
[all...]

Completed in 78 milliseconds