OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:replacestmtwithstmt
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Tooling/
RefactoringCallbacks.cpp
29
static Replacement
replaceStmtWithStmt
(SourceManager &Sources,
50
ReplaceStmtWithStmt
::
ReplaceStmtWithStmt
(StringRef FromId, StringRef ToId)
53
void
ReplaceStmtWithStmt
::run(
58
Replace.insert(
replaceStmtWithStmt
(
71
Replace.insert(
replaceStmtWithStmt
(*Result.SourceManager, *Node, *Body));
/external/clang/include/clang/Tooling/
RefactoringCallbacks.h
64
class
ReplaceStmtWithStmt
: public RefactoringCallback {
66
ReplaceStmtWithStmt
(StringRef FromId, StringRef ToId);
/external/clang/unittests/Tooling/
RefactoringCallbacksTest.cpp
71
ReplaceStmtWithStmt
Callback("always-false", "should-be");
Completed in 312 milliseconds