clang  3.9.0
Namespaces | Functions
clang::tooling::fixit Namespace Reference

Namespaces

 internal
 

Functions

template<typename T >
StringRef getText (const T &Node, const ASTContext &Context)
 
template<typename T >
FixItHint createRemoval (const T &Node)
 
template<typename D , typename S >
FixItHint createReplacement (const D &Destination, const S &Source, const ASTContext &Context)
 

Function Documentation

template<typename T >
FixItHint clang::tooling::fixit::createRemoval ( const T &  Node)
template<typename D , typename S >
FixItHint clang::tooling::fixit::createReplacement ( const D &  Destination,
const S Source,
const ASTContext &  Context 
)
template<typename T >
StringRef clang::tooling::fixit::getText ( const T &  Node,
const ASTContext &  Context 
)