Skip to content

generateWholeGraphOfAST

Generate a whole AST graph with a specified filename and a set of explicitly excluded nodes

Synopsis

Declared in <src/midend/astDump/wholeAST_API.h>

[[visibility]]
void
generateWholeGraphOfAST(
    std::string filename,
    std::set<SgNode*>& skippedNodeSet);

Created with MrDocs