DOTRepresentation::addEdge Synopses Declared in <src/midend/astDump/DOTRepresentation.h> void addEdge( SgNode* node1, SgNode* node2, std::string option = ""); » more... void addEdge( SgNode* node1, std::string edgelabel, SgNode* node2, std::string option = ""); » more... void addEdge( SgNode* node1, TraceType downtrace, std::string edgelabel, SgNode* node2, std::string option = ""); » more... void addEdge( SgNode* node1, TraceType downtrace, TraceType uptrace, std::string edgelabel, SgNode* node2, std::string option = ""); » more... Created with MrDocs