Searched refs:ReplaceIfStmtWithItsBody (Results 1 – 3 of 3) sorted by relevance
126 class ReplaceIfStmtWithItsBody : public RefactoringCallback {128 ReplaceIfStmtWithItsBody(StringRef Id, bool PickTrueBranch);
122 ReplaceIfStmtWithItsBody::ReplaceIfStmtWithItsBody(StringRef Id, in ReplaceIfStmtWithItsBody() function in clang::tooling::ReplaceIfStmtWithItsBody126 void ReplaceIfStmtWithItsBody::run( in run()
80 ReplaceIfStmtWithItsBody Callback("id", true); in TEST()91 ReplaceIfStmtWithItsBody Callback("id", false); in TEST()