|
WaSH Docs
|
Functions | |
| void | HandleRegisterVariable (const MatchFinder::MatchResult &Result, Replacements &Replace) |
| std::string | getVariableDeclarationSource () |
| std::string | getVariableDefinitionSource () |
| void | HandleInsertVariablesDeclaration (const MatchFinder::MatchResult &Result, Replacements &Replace) |
| void | HandleSetVariable (const MatchFinder::MatchResult &Result, Replacements &Replace) |
| void | HandleGetVariable (const MatchFinder::MatchResult &Result, Replacements &Replace) |
| void | HandleGetVariableRef (const MatchFinder::MatchResult &Result, Replacements &Replace) |
Variables | |
| StatementMatcher | RegisterVariableMatcher |
| StatementMatcher | RegisterVariableNoInitMatcher |
| DeclarationMatcher | InsertVariablesDeclarationMatcher |
| StatementMatcher | SetVariableMatcher |
| StatementMatcher | GetVariableMatcher |
| StatementMatcher | GetVariableRefMatcher |
| std::string ws2st::refactor::variables::getVariableDeclarationSource | ( | ) |
| std::string ws2st::refactor::variables::getVariableDefinitionSource | ( | ) |
| void ws2st::refactor::variables::HandleGetVariable | ( | const MatchFinder::MatchResult & | Result, |
| Replacements & | Replace | ||
| ) |
| void ws2st::refactor::variables::HandleGetVariableRef | ( | const MatchFinder::MatchResult & | Result, |
| Replacements & | Replace | ||
| ) |
| void ws2st::refactor::variables::HandleInsertVariablesDeclaration | ( | const MatchFinder::MatchResult & | Result, |
| Replacements & | Replace | ||
| ) |
| void ws2st::refactor::variables::HandleRegisterVariable | ( | const MatchFinder::MatchResult & | Result, |
| Replacements & | Replace | ||
| ) |
| void ws2st::refactor::variables::HandleSetVariable | ( | const MatchFinder::MatchResult & | Result, |
| Replacements & | Replace | ||
| ) |
| StatementMatcher ws2st::refactor::variables::GetVariableMatcher |
| StatementMatcher ws2st::refactor::variables::GetVariableRefMatcher |
| DeclarationMatcher ws2st::refactor::variables::InsertVariablesDeclarationMatcher |
| StatementMatcher ws2st::refactor::variables::RegisterVariableMatcher |
| StatementMatcher ws2st::refactor::variables::RegisterVariableNoInitMatcher |
| StatementMatcher ws2st::refactor::variables::SetVariableMatcher |
1.8.14