Skip to content

CallGraphBuilder::hasGraphNodeFor

Retrieve the node matching a function declaration using firstNondefiningDeclaration (does not work across translation units)

Synopsis

Declared in <src/midend/programAnalysis/CallGraphAnalysis/CallGraph.h>

SgGraphNode*
hasGraphNodeFor(SgFunctionDeclaration* fdecl) const;

Parameters

Name

Description

fdecl

This class represents the concept of a function declaration statement.

Created with MrDocs