clang-metatool
A framework for reusing code in clang tools
|
#include <clang/AST/DeclBase.h>
#include <clang/AST/Expr.h>
#include <clang/AST/TypeLoc.h>
#include <clang/ASTMatchers/ASTMatchFinder.h>
#include <clang/Basic/FileManager.h>
#include <clang/Basic/SourceLocation.h>
#include <clang/Frontend/CompilerInstance.h>
#include <map>
#include <string>
#include <clangmetatool/types/macro_reference_info.h>
#include <clangmetatool/types/file_attribute_map.h>
#include <clangmetatool/types/file_attribute_multimap.h>
#include <clangmetatool/types/file_graph_edge_multimap.h>
#include <clangmetatool/types/file_graph.h>
#include <clangmetatool/types/file_uid.h>
#include <iosfwd>
Go to the source code of this file.
Classes | |
struct | clangmetatool::collectors::IncludeGraphData |
Namespaces | |
clangmetatool | |
clangmetatool::collectors | |