clang
10.0.0git
|
#include "clang/Basic/LLVM.h"
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/StringRef.h"
#include <vector>
Go to the source code of this file.
Classes | |
struct | clang::tooling::RefactoringDescriptor |
class | clang::tooling::RefactoringActionRuleBase |
A common refactoring action rule interface that defines the 'invoke' function that performs the refactoring operation (either fully or partially). More... | |
class | clang::tooling::RefactoringActionRule |
A refactoring action rule is a wrapper class around a specific refactoring action rule (SourceChangeRefactoringRule, etc) that, in addition to invoking the action, describes the requirements that determine when the action can be initiated. More... | |
Namespaces | |
clang | |
Dataflow Directional Tag Classes. | |
clang::tooling | |