Searched defs:ReplaceStmtWithStmt (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h64 class ReplaceStmtWithStmt : public RefactoringCallback { class in namespace:clang::tooling
66 ReplaceStmtWithStmt(StringRef FromId, StringRef ToId);
/external/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp50 ReplaceStmtWithStmt::ReplaceStmtWithStmt(StringRef FromId, StringRef ToId) function in class:clang::tooling::ReplaceStmtWithStmt
53 void ReplaceStmtWithStmt::run(

Completed in 151 milliseconds