Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DRefactoringCallbacksTest.cpp40 ReplaceStmtWithText Callback("id", ";"); in TEST()
47 ReplaceStmtWithText Callback("id", ";"); in TEST()
54 ReplaceStmtWithText Callback("id", ";"); in TEST()
61 ReplaceStmtWithText Callback("id", "2"); in TEST()
/llvm-project-15.0.7/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h78 class ReplaceStmtWithText : public RefactoringCallback {
80 ReplaceStmtWithText(StringRef FromId, StringRef ToText);
/llvm-project-15.0.7/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp85 ReplaceStmtWithText::ReplaceStmtWithText(StringRef FromId, StringRef ToText) in ReplaceStmtWithText() function in clang::tooling::ReplaceStmtWithText
88 void ReplaceStmtWithText::run( in run()