|
clang-metatool
A framework for reusing code in clang tools
|
#include <map>#include <clang/AST/Decl.h>#include <clang/AST/ExprCXX.h>

Go to the source code of this file.
Namespaces | |
| clangmetatool | |
| clangmetatool::collectors | |
Typedefs | |
| using | clangmetatool::collectors::FindCXXMemberCallsData = std::multimap< const clang::FunctionDecl *, const clang::CXXMemberCallExpr * > |
1.8.13