clang-metatool
A framework for reusing code in clang tools
Namespaces | Typedefs
find_cxx_member_calls_data.h File Reference
#include <map>
#include <clang/AST/Decl.h>
#include <clang/AST/ExprCXX.h>
Include dependency graph for find_cxx_member_calls_data.h:
This graph shows which files directly or indirectly include this file:

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 * >