Inferno  0.2
sort_decls.cpp File Reference
#include "sort_decls.hpp"
#include "tree/misc.hpp"
Include dependency graph for sort_decls.cpp:

Go to the source code of this file.

Classes

class  UniqueWalkNoBody_iterator
class  UniqueWalkNoBodyOrIndirection_iterator

Typedefs

typedef ContainerFromIterator
< UniqueWalkNoBody_iterator,
TreePtr< Node > > 
UniqueWalkNoBody
typedef ContainerFromIterator
< UniqueWalkNoBodyOrIndirection_iterator,
TreePtr< Node > > 
UniqueWalkNoBodyOrIndirection

Functions

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

Typedef Documentation


Function Documentation