ROSE 0.11.145.147
|
stores a path from an innermost scope to the global scope (not part of the path) in form of a sequence of Sage nodes that represent scopes (SgScopeStatements or SgDeclarationStatements).
Definition at line 1171 of file sageInterfaceAda.h.
#include <sageInterface/sageInterfaceAda.h>
Public Types | |
using | base = std::vector< const SgScopeStatement * > |
Public Member Functions | |
void | push_back (base::value_type ptr) |
overload vector's push_back to check element validity | |
using SageInterface::Ada::ScopePath::base = std::vector<const SgScopeStatement*> |
Definition at line 1173 of file sageInterfaceAda.h.
|
inline |
overload vector's push_back to check element validity
Definition at line 1191 of file sageInterfaceAda.h.