Skip to content

generateWholeGraphOfAST

Generate a whole AST graph with a specified filename, using filter_flags to turn on/off builtin node filters and using skippedNodeSet to exclude customized node set.

Synopsis

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

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

Created with MrDocs