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