HomeSort by: relevance | last modified time | path
    Searched refs:using_directives (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
namespace.h 120 extern void add_using_directive (struct using_direct **using_directives,
namespace.c 23 /* Add a using directive to USING_DIRECTIVES. If the using directive
37 add_using_directive (struct using_direct **using_directives,
52 for (current = *using_directives; current != NULL; current = current->next)
103 newobj->next = *using_directives;
104 *using_directives = newobj;
  /src/external/gpl3/gdb/dist/gdb/
namespace.h 120 extern void add_using_directive (struct using_direct **using_directives,
namespace.c 23 /* Add a using directive to USING_DIRECTIVES. If the using directive
37 add_using_directive (struct using_direct **using_directives,
52 for (current = *using_directives; current != NULL; current = current->next)
103 newobj->next = *using_directives;
104 *using_directives = newobj;
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Scope.h 503 using_directives_range using_directives() { function in class:clang::Scope
  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.h 257 vec<tree, va_gc> *using_directives;
255 vec<tree, va_gc> *using_directives; variable
name-lookup.cc 1038 if (vec<tree, va_gc> *usings = NAMESPACE_LEVEL (scope)->using_directives)
1102 queue_usings (queue, depth, NAMESPACE_LEVEL (scope)->using_directives);
1129 queue_usings (queue, SCOPE_DEPTH (scope), level->using_directives);
4839 || current_binding_level->using_directives);
6784 if (using_directives_contain_std_p (level->using_directives))
8842 add_using_namespace (current_binding_level->using_directives,
9151 add_using_namespace (current_binding_level->using_directives, ns);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.h 255 vec<tree, va_gc> *using_directives;
253 vec<tree, va_gc> *using_directives; variable
name-lookup.cc 1033 if (vec<tree, va_gc> *usings = NAMESPACE_LEVEL (scope)->using_directives)
1097 queue_usings (queue, depth, NAMESPACE_LEVEL (scope)->using_directives);
1124 queue_usings (queue, SCOPE_DEPTH (scope), level->using_directives);
4496 || current_binding_level->using_directives);
6367 if (using_directives_contain_std_p (level->using_directives))
8574 add_using_namespace (current_binding_level->using_directives,
8864 add_using_namespace (current_binding_level->using_directives, ns);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLookup.cpp 119 for (auto *I : S->using_directives())
158 for (auto UD : DC->using_directives()) {
2064 for (auto *I : StartDC->using_directives()) {
2112 for (auto I : ND->using_directives()) {
3856 for (auto I : Ctx->using_directives()) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h 2392 udir_range using_directives() const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp 1914 DeclContext::udir_range DeclContext::using_directives() const { function in class:DeclContext
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 946 static struct using_direct **using_directives (struct dwarf2_cu *cu);
7140 using_directives (struct dwarf2_cu *cu)
7309 add_using_directive (using_directives (cu),
14306 add_using_directive (using_directives (cu),
7132 using_directives (struct dwarf2_cu *cu) function
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read.c 890 static struct using_direct **using_directives (struct dwarf2_cu *cu);
5743 using_directives (struct dwarf2_cu *cu)
5906 add_using_directive (using_directives (cu),
12604 add_using_directive (using_directives (cu),
5737 using_directives (struct dwarf2_cu *cu) function

Completed in 108 milliseconds