Home | History | Annotate | Download | only in gcmole

Lines Matching refs:d_

214       : d_(d), sm_(sm) { }
217 mangle_context_ = clang::createItaniumMangleContext(ctx, d_);
231 clang::Diagnostic& d_;
519 d_(d),
1181 d_.Report(clang::FullSourceLoc(expr->getExprLoc(), sm_),
1182 d_.getCustomDiagID(clang::Diagnostic::Warning, msg));
1191 clang::Diagnostic& d_;
1205 : d_(d), sm_(sm), dead_vars_analysis_(false) {
1230 new FunctionAnalyzer(clang::createItaniumMangleContext(ctx, d_),
1234 d_,
1254 clang::Diagnostic& d_;