Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h126 class ReplaceIfStmtWithItsBody : public RefactoringCallback {
128 ReplaceIfStmtWithItsBody(StringRef Id, bool PickTrueBranch);
/llvm-project/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp122 ReplaceIfStmtWithItsBody::ReplaceIfStmtWithItsBody(StringRef Id, in ReplaceIfStmtWithItsBody() function in clang::tooling::ReplaceIfStmtWithItsBody
126 void ReplaceIfStmtWithItsBody::run( in run()
/llvm-project/clang/unittests/Tooling/
H A DRefactoringCallbacksTest.cpp80 ReplaceIfStmtWithItsBody Callback("id", true); in TEST()
91 ReplaceIfStmtWithItsBody Callback("id", false); in TEST()