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

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

Completed in 335 milliseconds