![]() |
User Guide
|
#include <catch2/catch_test_macros.hpp>#include "ast/program.hpp"#include "parser/nmodl_driver.hpp"#include "test/unit/utils/test_utils.hpp"#include "visitors/indexedname_visitor.hpp"#include "visitors/visitor_utils.hpp"Go to the source code of this file.
Functions | |
| std::pair< std::string, std::pair< std::string, std::unordered_set< std::string > > > | get_indexedname_dependencies (ast::Program &node) |
| SCENARIO ("Get node name with index TestVisitor", "[visitor][node_index]") | |
| std::pair<std::string, std::pair<std::string, std::unordered_set<std::string> > > get_indexedname_dependencies | ( | ast::Program & | node | ) |
Definition at line 23 of file node_index.cpp.
| SCENARIO | ( | "Get node name with index TestVisitor" | , |
| "" | [visitor][node_index] | ||
| ) |
Definition at line 29 of file node_index.cpp.