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

/openbsd-current/gnu/llvm/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h19 // ReplaceStmtWithText Callback("integer", "42");
78 class ReplaceStmtWithText : public RefactoringCallback { class in namespace:clang::tooling
80 ReplaceStmtWithText(StringRef FromId, StringRef ToText);
/openbsd-current/gnu/llvm/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp85 ReplaceStmtWithText::ReplaceStmtWithText(StringRef FromId, StringRef ToText) function in class:clang::tooling::ReplaceStmtWithText
88 void ReplaceStmtWithText::run(

Completed in 159 milliseconds