ROSE 0.11.145.192
|
Definition at line 105 of file CallGraph.h.
Public Member Functions | |
bool | isDefined () |
FunctionData (SgFunctionDeclaration *functionDeclaration, SgProject *project, ClassHierarchyWrapper *) | |
Rose_STL_Container< SgMemberFunctionDeclaration * > * | findPointsToVirtualFunctions (SgMemberFunctionDeclaration *) |
bool | compareFunctionDeclarations (SgFunctionDeclaration *f1, SgFunctionDeclaration *f2) |
Public Attributes | |
bool | hasDefinition |
Rose_STL_Container< SgFunctionDeclaration * > | functionList |
All the callees of this function. | |
SgFunctionDeclaration * | functionDeclaration |
bool FunctionData::hasDefinition |
Definition at line 109 of file CallGraph.h.
Rose_STL_Container<SgFunctionDeclaration *> FunctionData::functionList |
All the callees of this function.
Definition at line 116 of file CallGraph.h.
Referenced by CallGraphBuilder::buildCallGraph().
SgFunctionDeclaration* FunctionData::functionDeclaration |
Definition at line 118 of file CallGraph.h.