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 Member Functions
clangcms::CatchAll Class Reference

#include <CatchAll.h>

Inheritance diagram for clangcms::CatchAll:

Public Member Functions

void checkASTCodeBody (const clang::Decl *D, clang::ento::AnalysisManager &, clang::ento::BugReporter &BR) const
 

Private Member Functions

bool checkCatchAll (const clang::CXXCatchStmt *S) const
 
const clang::Stmt * process (const clang::Stmt *S) const
 

Detailed Description

Definition at line 14 of file CatchAll.h.

Member Function Documentation

void clangcms::CatchAll::checkASTCodeBody ( const clang::Decl *  D,
clang::ento::AnalysisManager &  ,
clang::ento::BugReporter &  BR 
) const
bool clangcms::CatchAll::checkCatchAll ( const clang::CXXCatchStmt *  S) const
inlineprivate

Definition at line 20 of file CatchAll.h.

20 {return S->getCaughtType().isNull();}
double S(const TLorentzVector &, const TLorentzVector &)
Definition: Particle.cc:99
const clang::Stmt* clangcms::CatchAll::process ( const clang::Stmt *  S) const
private