Skip to content

DOTSubgraphRepresentation::addNode

Synopses

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

void
addNode(
    NodeType node,
    std::string nodelabel,
    std::string option = "");
void
addNode(
    NodeType node,
    std::string nodelabel,
    std::string option,
    int subgraph);

Created with MrDocs