Skip to content

SageInterface::saveToPDF

Save AST into a pdf file. Start from a node to find its enclosing file node. The entire file's AST will be saved into a pdf.

Synopses

Declared in <SageIII/sageInterface/sageInterface.h>

void
saveToPDF(SgNode* node);

Save AST into a pdf file. Start from a node to find its enclosing file node. The entire file's AST will be saved into a pdf.

void
saveToPDF(
    SgNode* node,
    std::string filename);

Created with MrDocs