HomeSort by relevance Sort by last modified time
    Searched full:namespace (Results 1 - 25 of 35560) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/anon-namespace/
b1.h 0 namespace N {}
2 namespace N { namespace {} }
a.h 0 namespace N {}
c.h 0 namespace N {}
b2.h 2 namespace N {}
  /external/clang/test/Modules/Inputs/update-after-load/
a.h 0 namespace llvm {}
  /external/clang/test/Index/
complete-preamble.h 0 namespace std {
5 namespace std {
  /external/clang/test/Modules/Inputs/merge-friends/
decl.h 0 namespace N { struct foo; }
  /external/clang/test/Modules/Inputs/
redecl_namespaces_left.h 0 namespace A {
redecl_namespaces_right.h 0 namespace A {
cxx-inline-namespace.h 0 namespace std {
2 inline namespace __1 {
3 namespace __is_function_imp {}
7 namespace std {
8 inline namespace __1 {
13 namespace X {
14 inline namespace Y {
namespaces-top.h 0 namespace N1 {
5 namespace N2 {
9 namespace N3 {
13 namespace N12 { }
15 namespace N13 {
21 namespace AddAndReexportBeforeImport {
25 namespace Empty {}
namespaces-left.h 0 namespace RedeclAcrossImport {
5 namespace AddAndReexportBeforeImport {
12 namespace RedeclAcrossImport {
19 namespace LookupBeforeImport {
23 namespace N1 { }
25 namespace N1 {
29 namespace N2 {
37 namespace N5 {
41 namespace N6 {
45 namespace N7
    [all...]
namespaces-right.h 6 namespace LookupBeforeImport {
10 namespace N2 { }
12 namespace N2 { }
14 namespace N2 { }
16 namespace N2 { }
18 namespace N2 {
22 namespace N3 {
26 namespace N5 {
30 namespace N6 {
34 namespace N7
    [all...]
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
p2.cpp 5 namespace N {
9 namespace M { }
11 using namespace M;
13 namespace N {
14 namespace M {
18 namespace M {
19 namespace N {
23 namespace N {
  /external/clang/test/Modules/Inputs/cxx-lookup/
a.h 2 namespace llvm { class GlobalValue; }
c2.h 2 namespace llvm { class GlobalValue; }
nb.h 0 namespace N { extern int n; }
na.h 0 namespace N { struct S { friend struct foo; }; }
  /external/clang/test/Modules/Inputs/deferred-lookup/
a.h 0 namespace N { int f(int); }
  /external/clang/test/ASTMerge/Inputs/
namespace1.cpp 2 namespace N1 {
7 namespace N2 {
10 namespace N2 {
14 // Merge namespace with conflict
15 namespace N3 {
  /external/clang/test/PCH/Inputs/
namespaces.h 3 namespace N1 {
7 namespace N1 {
15 namespace N2 {
18 namespace Inner {
23 namespace {
28 namespace N3 {
29 namespace {
34 namespace Alias1 = N2::Inner;
36 using namespace N2::Inner;
42 inline namespace N4 {
    [all...]
  /external/lzma/CPP/Windows/
FileMapping.cpp 7 namespace NWindows {
8 namespace NFile {
9 namespace NMapping {
  /external/clang/test/CodeGenCXX/
namespace-aliases.cpp 2 namespace A { }
3 namespace B = A;
5 namespace b {}
8 namespace a = b;
  /external/clang/test/Modules/Inputs/internal-constants/
const.h 0 namespace N {
  /external/clang/test/Modules/Inputs/merge-template-friend/
def.h 0 namespace ns {

Completed in 837 milliseconds

1 2 3 4 5 6 7 8 91011>>