clang
6.0.0
|
Implements the "extract" refactoring that can pull code into new functions, methods or declare new variables. More...
#include "clang/Tooling/Refactoring/Extract/Extract.h"
#include "SourceExtraction.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/DeclCXX.h"
#include "clang/AST/Expr.h"
#include "clang/AST/ExprObjC.h"
#include "clang/Rewrite/Core/Rewriter.h"
Go to the source code of this file.
Namespaces | |
clang | |
Dataflow Directional Tag Classes. | |
clang::tooling | |
Implements the "extract" refactoring that can pull code into new functions, methods or declare new variables.
Definition in file Extract.cpp.