clang API Documentation

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

namespace  clang
namespace  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)