Home
last modified time | relevance | path

Searched refs:ReplaceStmtWithText (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h79 class ReplaceStmtWithText : public RefactoringCallback {
81 ReplaceStmtWithText(StringRef FromId, StringRef ToText);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp86 ReplaceStmtWithText::ReplaceStmtWithText(StringRef FromId, StringRef ToText) in ReplaceStmtWithText() function in clang::tooling::ReplaceStmtWithText
89 void ReplaceStmtWithText::run( in run()