edgePointerReplacement
edgePointerReplacement overloads
Synopses
Declared in <SageIII/astFixup/edge_ptr_repl.h>
For all nodes in the memory pool, it looks for the edges in the replacement map. If a match is found the edge is updated.
void
edgePointerReplacement(replacement_map_t const&);
Traverse the AST root looking for the edges in the replacement map. If a match is found the edge is updated.
void
edgePointerReplacement(
SgNode* root,
replacement_map_t const&);
Created with MrDocs