OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ns0
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p10.cpp
5
namespace
ns0
{
namespace in namespace:test0
11
using
ns0
::tag;
15
using
ns0
::tag;
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.udir/
p1.cpp
11
namespace
ns0
{
namespace
23
using namespace
ns0
;
/external/clang/test/SemaCXX/
using-decl-1.cpp
84
namespace
ns0
{ struct Foo {}; }
namespace in namespace:test1
85
namespace A { void foo(
ns0
::Foo *p, int y, int z); }
87
namespace ns1 { struct Bar :
ns0
::Foo {}; }
88
namespace A { void foo(
ns0
::Foo *p, int y, int z = 0); } // expected-note {{candidate}}
91
namespace A { void foo(
ns0
::Foo *p, int y = 0, int z); }
Completed in 188 milliseconds