#include <UsingNamespace.h>
|
void | checkASTDecl (const clang::UsingDirectiveDecl *D, clang::ento::AnalysisManager &Mgr, clang::ento::BugReporter &BR) const |
|
void | checkASTDecl (const clang::UsingDecl *D, clang::ento::AnalysisManager &Mgr, clang::ento::BugReporter &BR) const |
|
|
bool | isDeclOK (const clang::NamedDecl *D, clang::ento::BugReporter &BR) const |
|
void | reportBug (const char *bug, const clang::Decl *D, clang::ento::BugReporter &BR) const |
|
Definition at line 15 of file UsingNamespace.h.
void clangcms::UsingNamespace::checkASTDecl |
( |
const clang::UsingDirectiveDecl * |
D, |
|
|
clang::ento::AnalysisManager & |
Mgr, |
|
|
clang::ento::BugReporter & |
BR |
|
) |
| const |
void clangcms::UsingNamespace::checkASTDecl |
( |
const clang::UsingDecl * |
D, |
|
|
clang::ento::AnalysisManager & |
Mgr, |
|
|
clang::ento::BugReporter & |
BR |
|
) |
| const |
bool clangcms::UsingNamespace::isDeclOK |
( |
const clang::NamedDecl * |
D, |
|
|
clang::ento::BugReporter & |
BR |
|
) |
| const |
|
private |
void clangcms::UsingNamespace::reportBug |
( |
const char * |
bug, |
|
|
const clang::Decl * |
D, |
|
|
clang::ento::BugReporter & |
BR |
|
) |
| const |
|
private |