|
clang-metatool
A framework for reusing code in clang tools
|
#include <clangmetatool/collectors/find_calls_data.h>

Public Attributes | |
| std::multimap< const clang::FunctionDecl *, const clang::CallExpr * > | call_context |
| std::map< const clang::CallExpr *, const clang::DeclRefExpr * > | call_ref |
The data collected by the FindCalls collector
Definition at line 13 of file find_calls_data.h.
| std::multimap<const clang::FunctionDecl *, const clang::CallExpr *> clangmetatool::collectors::FindCallsData::call_context |
The declaration of the function and the context in which it occurs
Definition at line 19 of file find_calls_data.h.
| std::map<const clang::CallExpr *, const clang::DeclRefExpr *> clangmetatool::collectors::FindCallsData::call_ref |
The reference to the function and the context in which it occurs
Definition at line 24 of file find_calls_data.h.
1.8.13