OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fizbin
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaCXX/
missing-namespace-qualifier-typo-corrections.cpp
3
namespace
fizbin
{ class Foobar {}; } // expected-note 2 {{'
fizbin
::Foobar' declared here}} \
namespace
5
Foobar *my_bar // expected-error{{unknown type name 'Foobar'; did you mean '
fizbin
::Foobar'?}}
6
= new Foobar; // expected-error{{unknown type name 'Foobar'; did you mean '
fizbin
::Foobar'?}}
7
fizbin
::Foobar *my_foo = new
fizbin
::FooBar; // expected-error{{no type named 'FooBar' in namespace '
fizbin
'; did you mean 'Foobar'?}}
15
namespace
fizbin
{
namespace
16
namespace baztool { bool toFoobar() { return true; } } // expected-note{{'
fizbin
::baztool' declared here}}
17
namespace nested { bool moreFoobar() { return true; } } // expected-note{{'
fizbin
::nested::moreFoobar' declared here}
[
all
...]
decl-expr-ambiguity.cpp
93
void
fizbin
() {
function in namespace:PR11874
Completed in 116 milliseconds