Searched refs:ReplaceIfStmtWithItsBody (Results 1 – 3 of 3) sorted by relevance
62 ReplaceIfStmtWithItsBody::ReplaceIfStmtWithItsBody(StringRef Id, in ReplaceIfStmtWithItsBody() function in clang::tooling::ReplaceIfStmtWithItsBody66 void ReplaceIfStmtWithItsBody::run( in run()
77 class ReplaceIfStmtWithItsBody : public RefactoringCallback {79 ReplaceIfStmtWithItsBody(StringRef Id, bool PickTrueBranch);
82 ReplaceIfStmtWithItsBody Callback("id", true); in TEST()93 ReplaceIfStmtWithItsBody Callback("id", false); in TEST()