generateGraphOfAST
Synopses
Declared in <src/midend/astDump/wholeAST_API.h>
[[visibility]]
void
generateGraphOfAST(
SgProject* project,
std::string filename);
[[visibility]]
void
generateGraphOfAST(
SgProject* project,
std::string filename,
std::set<SgNode*> skippedNodeSet);
Created with MrDocs