User Guide
local_var_rename_visitor.hpp File Reference

Visitor to rename local variables conflicting with global scope More...

Detailed Description

Visitor to rename local variables conflicting with global scope

Definition in file local_var_rename_visitor.hpp.

#include <map>
#include <stack>
#include <string>
#include "symtab/decl.hpp"
#include "visitors/ast_visitor.hpp"

Go to the source code of this file.

Classes

class  nmodl::visitor::LocalVarRenameVisitor
 Visitor to rename local variables conflicting with global scope More...
 

Namespaces

 nmodl
 encapsulates code generation backend implementations
 
 nmodl::visitor
 Implementation of different AST visitors.