Inferno  0.2
misc.cpp File Reference
#include "cpptree.hpp"
#include "helpers/walk.hpp"
#include "misc.hpp"
Include dependency graph for misc.cpp:

Go to the source code of this file.

Functions

TreePtr< IdentifierGetIdentifier (TreePtr< Declaration > d)
TreePtr< RecordGetRecordDeclaration (TreePtr< Node > context, TreePtr< TypeIdentifier > id)
TreePtr< InstanceFindMemberByName (TreePtr< Program > program, TreePtr< Record > r, string name)
TreePtr< IdentifierGetIdentifierOfDeclaration (TreePtr< Declaration > d)

Function Documentation

TreePtr<Instance> FindMemberByName ( TreePtr< Program program,
TreePtr< Record r,
string  name 
)

Definition at line 75 of file misc.cpp.

References ASSERT, FindMemberByName(), FOREACH, and TRACE.

Referenced by FindMemberByName().

Definition at line 7 of file misc.cpp.

Referenced by GetScope(), and IsDependOn().

Definition at line 58 of file misc.cpp.