|
clang
5.0.0
|
Replace the text of the statement bound to FromId with the text in ToText.
More...
#include "clang/Tooling/RefactoringCallbacks.h"
Public Member Functions | |
| ReplaceStmtWithText (StringRef FromId, StringRef ToText) | |
| void | run (const ast_matchers::MatchFinder::MatchResult &Result) override |
Called on every match by the MatchFinder. More... | |
Public Member Functions inherited from clang::tooling::RefactoringCallback | |
| RefactoringCallback () | |
| Replacements & | getReplacements () |
Public Member Functions inherited from clang::ast_matchers::MatchFinder::MatchCallback | |
| virtual | ~MatchCallback () |
| virtual void | onStartOfTranslationUnit () |
| Called at the start of each translation unit. More... | |
| virtual void | onEndOfTranslationUnit () |
| Called at the end of each translation unit. More... | |
| virtual StringRef | getID () const |
| An id used to group the matchers. More... | |
Additional Inherited Members | |
Protected Attributes inherited from clang::tooling::RefactoringCallback | |
| Replacements | Replace |
Replace the text of the statement bound to FromId with the text in ToText.
Definition at line 79 of file RefactoringCallbacks.h.
| clang::tooling::ReplaceStmtWithText::ReplaceStmtWithText | ( | StringRef | FromId, |
| StringRef | ToText | ||
| ) |
Definition at line 86 of file RefactoringCallbacks.cpp.
|
overridevirtual |
Called on every match by the MatchFinder.
Implements clang::ast_matchers::MatchFinder::MatchCallback.
Definition at line 89 of file RefactoringCallbacks.cpp.
References clang::tooling::Replacements::add(), clang::ast_matchers::BoundNodes::getNodeAs(), clang::CharSourceRange::getTokenRange(), clang::ast_matchers::MatchFinder::MatchResult::Nodes, clang::tooling::RefactoringCallback::Replace, clang::ast_matchers::MatchFinder::MatchResult::SourceManager, and clang::threadSafety::sx::toString().
1.8.6