clang  3.7.0
Namespaces | Functions
RefactoringCallbacks.cpp File Reference
#include "clang/Lex/Lexer.h"
#include "clang/Tooling/RefactoringCallbacks.h"
Include dependency graph for RefactoringCallbacks.cpp:

Go to the source code of this file.

Namespaces

 clang
 
 clang::tooling
 

Functions

static Replacement clang::tooling::replaceStmtWithText (SourceManager &Sources, const Stmt &From, StringRef Text)
 
static Replacement clang::tooling::replaceStmtWithStmt (SourceManager &Sources, const Stmt &From, const Stmt &To)