14 void EDMPluginDumper::checkASTDecl(
const clang::ClassTemplateDecl *TD,clang::ento::AnalysisManager& mgr,
15 clang::ento::BugReporter &BR )
const {
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 I->getTemplateArgs().get(J).print(mgr.getASTContext().getPrintingPolicy(),os);
static char const * tname
const std::complex< double > I
void writeLog(const std::string &ostring, const std::string &tfstring)
static uInt32 F(BLOWFISH_CTX *ctx, uInt32 x)