#include <CatchAll.h>
|
void | checkASTCodeBody (const clang::Decl *D, clang::ento::AnalysisManager &, clang::ento::BugReporter &BR) const |
|
|
bool | checkCatchAll (const clang::CXXCatchStmt *S) const |
|
const clang::Stmt * | process (const clang::Stmt *S) const |
|
Definition at line 14 of file CatchAll.h.
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();}
const clang::Stmt* clangcms::CatchAll::process |
( |
const clang::Stmt * |
S | ) |
const |
|
private |