|
clang-tools 22.0.0git
|
#include "HelperDeclRefGraph.h"#include "clang/ASTMatchers/ASTMatchFinder.h"#include "clang/Frontend/FrontendAction.h"#include "clang/Tooling/Core/Replacement.h"#include "clang/Tooling/Tooling.h"#include "llvm/ADT/SmallPtrSet.h"#include "llvm/ADT/StringMap.h"#include "llvm/ADT/StringRef.h"#include <map>#include <memory>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | clang::move::DeclarationReporter |
| struct | clang::move::DeclarationReporter::Declaration |
| struct | clang::move::MoveDefinitionSpec |
| struct | clang::move::ClangMoveContext |
| class | clang::move::ClangMoveTool |
| class | clang::move::ClangMoveAction |
| class | clang::move::ClangMoveActionFactory |
Namespaces | |
| namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
| namespace | clang::move |