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/member_method_decls_data.h>
Go to the source code of this file.
Classes | |
class | clangmetatool::collectors::MemberMethodDecls |
Namespaces | |
clangmetatool | |
clangmetatool::collectors | |