Inferno  0.2
sort_decls.hpp File Reference
#include "common/common.hpp"
#include "tree/cpptree.hpp"
#include "helpers/walk.hpp"
Include dependency graph for sort_decls.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool IsDependOn (TreePtr< CPPTree::Declaration > a, TreePtr< CPPTree::Declaration > b, bool ignore_indirection_to_record=false)
Sequence< CPPTree::DeclarationSortDecls (ContainerInterface &c, bool ignore_indirection_to_record)
Sequence< CPPTree::DeclarationJumbleDecls (Sequence< CPPTree::Declaration > c)
Sequence< CPPTree::DeclarationReverseDecls (Sequence< CPPTree::Declaration > c)

Function Documentation