Skip to content

ASTtools::dumpSymTab

Dump a symbol table.

Synopsis

Declared in <src/midend/programTransformation/astOutlining/ASTtools.hh>

[[visibility]]
void
dumpSymTab(
    SgScopeStatement const* s,
    std::string const& tag,
    std::ostream& o);

Parameters

Name

Description

s

This class represents the concept of a scope in C++ (e.g. global scope, fuction scope, etc.).

Created with MrDocs