|
clang-metatool
A framework for reusing code in clang tools
|
#include <clangmetatool/collectors/member_method_decls.h>
Public Member Functions | |
| MemberMethodDecls (clang::CompilerInstance *ci, clang::ast_matchers::MatchFinder *f) | |
| ~MemberMethodDecls () | |
| MemberMethodDeclsData * | getData () |
Member Method Declarations data collector. Collects the information related to struct member method declarations and their usages.
Definition at line 24 of file member_method_decls.h.
| clangmetatool::collectors::MemberMethodDecls::MemberMethodDecls | ( | clang::CompilerInstance * | ci, |
| clang::ast_matchers::MatchFinder * | f | ||
| ) |
Explicit constructor, to allow for implementation details.
| clangmetatool::collectors::MemberMethodDecls::~MemberMethodDecls | ( | ) |
Explicit destructor.
| MemberMethodDeclsData* clangmetatool::collectors::MemberMethodDecls::getData | ( | ) |
Get the pointer to the data structure, populated or not.
1.8.13