OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReplaceStmtWithText
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Tooling/
RefactoringCallbacks.h
20
//
ReplaceStmtWithText
Callback("integer", "42");
52
class
ReplaceStmtWithText
: public RefactoringCallback {
54
ReplaceStmtWithText
(StringRef FromId, StringRef ToText);
/external/clang/lib/Tooling/
RefactoringCallbacks.cpp
23
static Replacement
replaceStmtWithText
(SourceManager &Sources,
32
return
replaceStmtWithText
(Sources, From, Lexer::getSourceText(
37
ReplaceStmtWithText
::
ReplaceStmtWithText
(StringRef FromId, StringRef ToText)
40
void
ReplaceStmtWithText
::run(
75
Replace.insert(
replaceStmtWithText
(*Result.SourceManager, *Node, ""));
Completed in 105 milliseconds