Skip to content

VirtualCFG::CFGEdge::scopesBeingEntered

Variables coming into scope across this edge (not extensively tested)

Synopsis

Declared in <SageIII/virtualCFG/virtualCFG.h>

std::vector<SgInitializedName*>
scopesBeingEntered() const;

Return Value

A standard container which offers fixed time access to individual elements in any order.

Created with MrDocs