Home
last modified time | relevance | path

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

/external/clang/unittests/Tooling/
DRefactoringCallbacksTest.cpp42 ReplaceStmtWithText Callback("id", ";"); in TEST()
49 ReplaceStmtWithText Callback("id", ";"); in TEST()
56 ReplaceStmtWithText Callback("id", ";"); in TEST()
63 ReplaceStmtWithText Callback("id", "2"); in TEST()
/external/clang/lib/Tooling/
DRefactoringCallbacks.cpp37 ReplaceStmtWithText::ReplaceStmtWithText(StringRef FromId, StringRef ToText) in ReplaceStmtWithText() function in clang::tooling::ReplaceStmtWithText
40 void ReplaceStmtWithText::run( in run()
/external/clang/include/clang/Tooling/
DRefactoringCallbacks.h52 class ReplaceStmtWithText : public RefactoringCallback {
54 ReplaceStmtWithText(StringRef FromId, StringRef ToText);