edgePointerReplacement
Traverse the AST root looking for the edges in the replacement map. If a match is found the edge is updated.
Synopsis
Declared in <SageIII/astFixup/edge_ptr_repl.h>
void
edgePointerReplacement(
SgNode* root,
replacement_map_t const&);
Parameters
Name |
Description |
root |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs