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

/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);
/external/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp37 ReplaceStmtWithText::ReplaceStmtWithText(StringRef FromId, StringRef ToText) function in class:clang::tooling::ReplaceStmtWithText
40 void ReplaceStmtWithText::run(

Completed in 1696 milliseconds