HomeSort by: relevance | last modified time | path
    Searched defs:do_pushdecl_with_scope (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.cc 5096 do_pushdecl_with_scope (tree x, cp_binding_level *level, bool hiding = false)
5137 return b ? do_pushdecl_with_scope (x, b) : error_mark_node;
6547 return do_pushdecl_with_scope (decl, NAMESPACE_LEVEL (current_namespace),
8415 decl = do_pushdecl_with_scope
5094 do_pushdecl_with_scope (tree x, cp_binding_level *level, bool hiding = false) function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.cc 4753 do_pushdecl_with_scope (tree x, cp_binding_level *level, bool hiding = false)
4792 return b ? do_pushdecl_with_scope (x, b) : error_mark_node;
6130 return do_pushdecl_with_scope (decl, NAMESPACE_LEVEL (current_namespace),
8182 decl = do_pushdecl_with_scope
4751 do_pushdecl_with_scope (tree x, cp_binding_level *level, bool hiding = false) function

Completed in 33 milliseconds