#include <EDMPluginDumper.h>
|
void | checkASTDecl (const clang::ClassTemplateDecl *TD, clang::ento::AnalysisManager &mgr, clang::ento::BugReporter &BR) const |
|
Definition at line 21 of file EDMPluginDumper.h.
◆ checkASTDecl()
void clangcms::EDMPluginDumper::checkASTDecl |
( |
const clang::ClassTemplateDecl * |
TD, |
|
|
clang::ento::AnalysisManager & |
mgr, |
|
|
clang::ento::BugReporter & |
BR |
|
) |
| const |
Definition at line 14 of file EDMPluginDumper.cc.
References visDQMUpload::buf, F(), alignmentValidation::fname, Exhume::I, l1tGTMenu_BTagSeeds_cff::os, rname, AlCaHLTBitMon_QueryRunRegistry::string, tname(), and clangcms::support::writeLog().
18 if (
tname ==
"edm::WorkerMaker") {
19 for (
auto I = TD->spec_begin(), E = TD->spec_end();
I != E; ++
I) {
20 for (
unsigned J = 0,
F =
I->getTemplateArgs().size(); J !=
F; ++J) {
21 llvm::SmallString<100>
buf;
22 llvm::raw_svector_ostream
os(
buf);
23 #if LLVM_VERSION_MAJOR >= 13 24 I->getTemplateArgs().get(J).print(mgr.getASTContext().getPrintingPolicy(),
os,
false);
26 I->getTemplateArgs().get(J).print(mgr.getASTContext().getPrintingPolicy(),
os);
const std::complex< double > I
const G4String rname[NREG]
std::string tname(const std::string &tableName, const std::string &schemaVersion)
void writeLog(const std::string &ostring, const std::string &tfstring)
static uInt32 F(BLOWFISH_CTX *ctx, uInt32 x)
◆ m_exception