SageInterface::prependStatementList
prepend a list of statements to the beginning of the current scope, handling side effects as appropriate
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
void
prependStatementList(
std::vector<SgStatement*> const& stmt,
SgScopeStatement* scope = NULL);
Parameters
Name |
Description |
stmt |
A standard container which offers fixed time access to individual elements in any order. |
scope |
This class represents the concept of a scope in C++ (e.g. global scope, fuction scope, etc.). |
Created with MrDocs