OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReplaceStmtWithText
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Tooling/
RefactoringCallbacks.h
19
//
ReplaceStmtWithText
Callback("integer", "42");
78
class
ReplaceStmtWithText
: public RefactoringCallback {
80
ReplaceStmtWithText
(StringRef FromId, StringRef ToText);
/src/external/apache2/llvm/dist/clang/lib/Tooling/
RefactoringCallbacks.cpp
72
static Replacement
replaceStmtWithText
(SourceManager &Sources, const Stmt &From,
79
return
replaceStmtWithText
(
85
ReplaceStmtWithText
::
ReplaceStmtWithText
(StringRef FromId, StringRef ToText)
88
void
ReplaceStmtWithText
::run(
143
Replace.add(
replaceStmtWithText
(*Result.SourceManager, *Node, ""));
Completed in 38 milliseconds
Indexes created Tue Apr 21 00:23:25 UTC 2026