clang-metatool
A framework for reusing code in clang tools
|
#include <clang/Frontend/CompilerInstance.h>
#include <clang/ASTMatchers/ASTMatchFinder.h>
#include <clang/Basic/FileManager.h>
#include <clang/Basic/SourceLocation.h>
#include <clangmetatool/collectors/include_graph_data.h>
#include <clangmetatool/types/file_uid.h>
Go to the source code of this file.
Classes | |
class | clangmetatool::collectors::IncludeGraph |
Namespaces | |
clangmetatool | |
clangmetatool::collectors | |