Program Listing for File edge_ptr_repl.h

Program Listing for File edge_ptr_repl.h#

Return to documentation for file (src/frontend/SageIII/astFixup/edge_ptr_repl.h)

#ifndef EDGE_PTR_REPL_H
#define EDGE_PTR_REPL_H

#include <map>

class SgNode;

using replacement_map_t = std::map<SgNode *, SgNode *>;

void edgePointerReplacement(replacement_map_t const &);

void edgePointerReplacement(SgNode * root, replacement_map_t const &);

#endif