HomeSort by relevance Sort by last modified time
    Searched full:replacestmtwithtext (Results 1 - 3 of 3) sorted by null

  /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, ""));
  /external/clang/unittests/Tooling/
RefactoringCallbacksTest.cpp 42 ReplaceStmtWithText Callback("id", ";");
49 ReplaceStmtWithText Callback("id", ";");
56 ReplaceStmtWithText Callback("id", ";");
63 ReplaceStmtWithText Callback("id", "2");
  /external/clang/include/clang/Tooling/
RefactoringCallbacks.h 20 // ReplaceStmtWithText Callback("integer", "42");
52 class ReplaceStmtWithText : public RefactoringCallback {
54 ReplaceStmtWithText(StringRef FromId, StringRef ToText);

Completed in 1009 milliseconds