/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | name-lookup.h | 180 vec<tree, va_gc> *using_directives; member
|
H A D | name-lookup.c | 591 if (vec<tree, va_gc> *usings = NAMESPACE_LEVEL (scope)->using_directives) in search_usings() 653 queue = queue_usings (queue, depth, NAMESPACE_LEVEL (scope)->using_directives); in queue_namespace() 687 queue = queue_usings (queue, SCOPE_DEPTH (scope), level->using_directives); in search_unqualified() 3562 || current_binding_level->using_directives); in kept_level_p() 5285 if (using_directives_contain_std_p (level->using_directives)) in has_using_namespace_std_directive_p() 7300 add_using_namespace (current_binding_level->using_directives, in finish_using_directive() 7466 add_using_namespace (current_binding_level->using_directives, in push_namespace()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Scope.h | 503 using_directives_range using_directives() { in using_directives() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | name-lookup.h | 253 vec<tree, va_gc> *using_directives; member
|
H A D | name-lookup.cc | 1033 if (vec<tree, va_gc> *usings = NAMESPACE_LEVEL (scope)->using_directives) in search_usings() 1097 queue_usings (queue, depth, NAMESPACE_LEVEL (scope)->using_directives); in queue_namespace() 1124 queue_usings (queue, SCOPE_DEPTH (scope), level->using_directives); in search_unqualified() 4492 || current_binding_level->using_directives); in kept_level_p() 6360 if (using_directives_contain_std_p (level->using_directives)) in has_using_namespace_std_directive_p() 8566 add_using_namespace (current_binding_level->using_directives, in finish_using_directive() 8856 add_using_namespace (current_binding_level->using_directives, ns); in push_namespace()
|
H A D | ChangeLog-1998 | 3283 * decl.c (struct binding_level): New field using_directives.
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 119 for (auto *I : S->using_directives()) in visitScopeChain() 158 for (auto UD : DC->using_directives()) { in addUsingDirectives() 2064 for (auto *I : StartDC->using_directives()) { in LookupQualifiedNameInUsingDirectives() 2112 for (auto I : ND->using_directives()) { in LookupQualifiedNameInUsingDirectives() 3856 for (auto I : Ctx->using_directives()) { in lookupInDeclContext()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | DeclBase.cpp | 1914 DeclContext::udir_range DeclContext::using_directives() const { in using_directives() function in DeclContext
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | DeclBase.h | 2392 udir_range using_directives() const;
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2015 | 5908 * buildsym.h (using_directives): Rename into... 5911 (struct context_stack): Rename the using_directives field into 5922 (buildsym_init): Do not reset using_directives. 5928 add_using_directive, add a "using_directives" argument and use 5931 * dwarf2read.c (using_directives): New. 5932 (read_import_statement): Call using_directives. 5936 using_directives.
|
H A D | ChangeLog-2009 | 7301 (read_func_scope): Update using_directives to point to current context 7307 (cp_add_using_directive): Use using_directives instead of using_list. 7315 (push_context): Save and reset using_directives.
|
H A D | ChangeLog-2018 | 6465 (using_directives): Add "cu" parameter, remove "language". 6934 * dwarf2read.c (using_directives, new_symbol): Use 6941 * dwarf2read.c (using_directives, read_func_scope)
|
H A D | ChangeLog-2010 | 8780 * buildsym.c (finish_block): Reset using_directives pointer
|
H A D | ChangeLog-2012 | 2498 * buildsym.c (buildsym_init): Reset using_directives to NULL.
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2015 | 5908 * buildsym.h (using_directives): Rename into... 5911 (struct context_stack): Rename the using_directives field into 5922 (buildsym_init): Do not reset using_directives. 5928 add_using_directive, add a "using_directives" argument and use 5931 * dwarf2read.c (using_directives): New. 5932 (read_import_statement): Call using_directives. 5936 using_directives.
|
H A D | ChangeLog-2009 | 7301 (read_func_scope): Update using_directives to point to current context 7307 (cp_add_using_directive): Use using_directives instead of using_list. 7315 (push_context): Save and reset using_directives.
|
H A D | ChangeLog-2018 | 6465 (using_directives): Add "cu" parameter, remove "language". 6934 * dwarf2read.c (using_directives, new_symbol): Use 6941 * dwarf2read.c (using_directives, read_func_scope)
|
H A D | ChangeLog-2010 | 8780 * buildsym.c (finish_block): Reset using_directives pointer
|
H A D | ChangeLog-2012 | 2498 * buildsym.c (buildsym_init): Reset using_directives to NULL.
|