Searched refs:pushdecl_with_scope (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
H A Dname-lookup.h325 extern tree pushdecl_with_scope (tree, cxx_scope *, bool);
H A Dname-lookup.c1841 pushdecl_with_scope (tree x, cxx_scope *level, bool is_friend)
3246 t = pushdecl_with_scope (x, NAMESPACE_LEVEL (current_namespace), is_friend);
4953 decl = pushdecl_with_scope (decl, b, /*is_friend=*/false);
1838 pushdecl_with_scope (tree x, cxx_scope *level, bool is_friend) function
H A Ddecl.c3380 /* As we're using pushdecl_with_scope, we must set the context. */
3395 pushdecl_with_scope (decl, b, /*is_friend=*/false);
H A Dparser.c20183 pushdecl_with_scope (ref_decl, b, /*is_friend=*/false);

Completed in 125 milliseconds