FunctionData::FunctionData
Constructor
Synopsis
Declared in <src/midend/programAnalysis/CallGraphAnalysis/CallGraph.h>
FunctionData(
SgFunctionDeclaration* functionDeclaration,
SgProject* project,
ClassHierarchyWrapper*);
Parameters
Name |
Description |
functionDeclaration |
The object to construct from |
project |
This class represents a source project, with a list of SgFile objects and global |
Created with MrDocs