zenilib
0.5.3.0
|
#include <RenameFunction.h>
Inherits TIntermTraverser.
Public Member Functions | |
RenameFunction (const TString &oldFunctionName, const TString &newFunctionName) | |
virtual bool | visitAggregate (Visit visit, TIntermAggregate *node) |
![]() | |
TIntermTraverser (bool preVisit=true, bool inVisit=false, bool postVisit=false, bool rightToLeft=false) | |
virtual | ~TIntermTraverser () |
void | decrementDepth () |
int | getMaxDepth () const |
void | incrementDepth () |
POOL_ALLOCATOR_NEW_DELETE () | |
virtual bool | visitBinary (Visit visit, TIntermBinary *) |
virtual bool | visitBranch (Visit visit, TIntermBranch *) |
virtual void | visitConstantUnion (TIntermConstantUnion *) |
virtual bool | visitLoop (Visit visit, TIntermLoop *) |
virtual bool | visitSelection (Visit visit, TIntermSelection *) |
virtual void | visitSymbol (TIntermSymbol *) |
virtual bool | visitUnary (Visit visit, TIntermUnary *) |
Additional Inherited Members | |
![]() | |
static TString | hash (const TString &name, ShHashFunction64 hashFunction) |
![]() | |
const bool | inVisit |
const bool | postVisit |
const bool | preVisit |
const bool | rightToLeft |
![]() | |
int | depth |
int | maxDepth |
Definition at line 15 of file RenameFunction.h.
|
inline |
Definition at line 18 of file RenameFunction.h.
|
inlinevirtual |
Reimplemented from TIntermTraverser.
Definition at line 23 of file RenameFunction.h.
References EOpFunction, EOpFunctionCall, TIntermAggregate::getName(), TIntermOperator::getOp(), and TIntermAggregate::setName().