ROSE
0.9.6a
|
#include <Callgraph.h>
Public Member Functions | |
CallgraphInhAttr (SgNode *astNode) | |
Specific constructors are required. More... | |
CallgraphInhAttr (const CallgraphInhAttr &X, SgNode *astNode) | |
bool | hasValidFunctionScope (void) |
is the current function scope correctly initialized? More... | |
long | getCurrentFunctionScope (void) |
get current function scope More... | |
long | pushFunctionScope (long id) |
add scope function id More... | |
Private Attributes | |
vector< long > | mFunctionScopes |
current context of function scopes More... | |
Definition at line 79 of file Callgraph.h.
|
inline |
Specific constructors are required.
Definition at line 83 of file Callgraph.h.
|
inline |
Definition at line 86 of file Callgraph.h.
References mFunctionScopes.
|
inline |
is the current function scope correctly initialized?
Definition at line 91 of file Callgraph.h.
References mFunctionScopes.
|
inline |
|
inline |
|
private |
current context of function scopes
Definition at line 105 of file Callgraph.h.
Referenced by CallgraphInhAttr(), getCurrentFunctionScope(), hasValidFunctionScope(), and pushFunctionScope().