Searched refs:addDependentNode (Results 1 – 2 of 2) sorted by relevance
56 argument->addDependentNode(functionCall); in visitFunctionCall()225 currentNode->addDependentNode(node); in connectMultipleNodesToSingleNode()
50 void addDependentNode(TGraphNode* node) { if (node != this) mDependentNodes.insert(node); } in addDependentNode() function