CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
clangcms::FunctionDumper Class Reference

#include <FunctionDumper.h>

Inheritance diagram for clangcms::FunctionDumper:

Public Member Functions

void checkASTDecl (const clang::CXXMethodDecl *CMD, clang::ento::AnalysisManager &mgr, clang::ento::BugReporter &BR) const
 
void checkASTDecl (const clang::FunctionDecl *MD, clang::ento::AnalysisManager &mgr, clang::ento::BugReporter &BR) const
 
void checkASTDecl (const clang::FunctionTemplateDecl *TD, clang::ento::AnalysisManager &mgr, clang::ento::BugReporter &BR) const
 

Private Attributes

CmsException m_exception
 

Detailed Description

Definition at line 9 of file FunctionDumper.h.

Member Function Documentation

void clangcms::FunctionDumper::checkASTDecl ( const clang::CXXMethodDecl *  CMD,
clang::ento::AnalysisManager &  mgr,
clang::ento::BugReporter &  BR 
) const
void clangcms::FunctionDumper::checkASTDecl ( const clang::FunctionDecl *  MD,
clang::ento::AnalysisManager &  mgr,
clang::ento::BugReporter &  BR 
) const
void clangcms::FunctionDumper::checkASTDecl ( const clang::FunctionTemplateDecl *  TD,
clang::ento::AnalysisManager &  mgr,
clang::ento::BugReporter &  BR 
) const

Member Data Documentation

CmsException clangcms::FunctionDumper::m_exception
private

Definition at line 28 of file FunctionDumper.h.