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

  /src/external/gpl3/gcc/dist/gcc/cp/
class.cc 124 static void handle_using_decl (tree, tree);
1580 handle_using_decl (tree using_decl, tree t)
6526 handle_using_decl (TREE_VALUE (access_decls), t);
1578 handle_using_decl (tree using_decl, tree t) function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
class.cc 124 static void handle_using_decl (tree, tree);
1354 handle_using_decl (tree using_decl, tree t)
6223 handle_using_decl (TREE_VALUE (access_decls), t);
1352 handle_using_decl (tree using_decl, tree t) function

Completed in 38 milliseconds