clang-metatool
A framework for reusing code in clang tools
Public Member Functions | List of all members
clangmetatool::collectors::MemberMethodDecls Class Reference

#include <clangmetatool/collectors/member_method_decls.h>

Public Member Functions

 MemberMethodDecls (clang::CompilerInstance *ci, clang::ast_matchers::MatchFinder *f)
 
 ~MemberMethodDecls ()
 
MemberMethodDeclsDatagetData ()
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ MemberMethodDecls()

clangmetatool::collectors::MemberMethodDecls::MemberMethodDecls ( clang::CompilerInstance *  ci,
clang::ast_matchers::MatchFinder *  f 
)

Explicit constructor, to allow for implementation details.

◆ ~MemberMethodDecls()

clangmetatool::collectors::MemberMethodDecls::~MemberMethodDecls ( )

Explicit destructor.

Member Function Documentation

◆ getData()

MemberMethodDeclsData* clangmetatool::collectors::MemberMethodDecls::getData ( )

Get the pointer to the data structure, populated or not.


The documentation for this class was generated from the following file: