Searched refs:namespc (Results 1 – 2 of 2) sorted by relevance
3560 collect_source_refs (tree namespc) in collect_source_refs() argument3564 if (!namespc) in collect_source_refs()3568 for (t = NAMESPACE_LEVEL (namespc)->names; t; t = TREE_CHAIN (t)) in collect_source_refs()3573 collect_source_refs (TREE_CHAIN (namespc)); in collect_source_refs()3576 collect_source_refs (NAMESPACE_LEVEL (namespc)->namespaces); in collect_source_refs()3583 collect_ada_namespace (tree namespc, const char *source_file) in collect_ada_namespace() argument3585 if (!namespc) in collect_ada_namespace()3589 collect_ada_nodes (NAMESPACE_LEVEL (namespc)->names, source_file); in collect_ada_namespace()3592 collect_ada_namespace (TREE_CHAIN (namespc), source_file); in collect_ada_namespace()3595 collect_ada_namespace (NAMESPACE_LEVEL (namespc)->namespaces, source_file); in collect_ada_namespace()
4169 collect_source_refs (tree namespc) in collect_source_refs() argument4172 for (tree t = NAMESPACE_LEVEL (namespc)->names; t; t = TREE_CHAIN (t)) in collect_source_refs()4185 collect_ada_namespace (tree namespc, const char *source_file) in collect_ada_namespace() argument4187 tree decl = NAMESPACE_LEVEL (namespc)->names; in collect_ada_namespace()