CallGraphBuilder::getGraphNodeFor
Retrieve the node matching a function declaration (using mangled name to resolve across translation units)
Synopsis
Declared in <src/midend/programAnalysis/CallGraphAnalysis/CallGraph.h>
SgGraphNode*
getGraphNodeFor(SgFunctionDeclaration* fdecl) const;
Parameters
Name |
Description |
fdecl |
This class represents the concept of a function declaration statement. |
Created with MrDocs