ROSE 0.11.145.247
|
Definition at line 103 of file CallGraph.h.
Public Member Functions | |
bool | isDefined () |
FunctionData (SgFunctionDeclaration *functionDeclaration, SgProject *project, ClassHierarchyWrapper *) | |
std::vector< SgMemberFunctionDeclaration * > * | findPointsToVirtualFunctions (SgMemberFunctionDeclaration *) |
bool | compareFunctionDeclarations (SgFunctionDeclaration *f1, SgFunctionDeclaration *f2) |
Public Attributes | |
bool | hasDefinition |
std::vector< SgFunctionDeclaration * > | functionList |
All the callees of this function. | |
SgFunctionDeclaration * | functionDeclaration |
bool FunctionData::hasDefinition |
Definition at line 107 of file CallGraph.h.
std::vector<SgFunctionDeclaration *> FunctionData::functionList |
All the callees of this function.
Definition at line 114 of file CallGraph.h.
SgFunctionDeclaration* FunctionData::functionDeclaration |
Definition at line 116 of file CallGraph.h.