Home | History | Annotate | Download | only in Core

Lines Matching refs:LangOpts

32     const LangOptions &LangOpts;
37 const LangOptions &LangOpts,
64 LangOpts(LO),
87 const LangOptions &LangOpts,
110 EmitRange(o, SM, LangOpts, CharSourceRange::getTokenRange(StartEdge), FM,
115 EmitRange(o, SM, LangOpts, CharSourceRange::getTokenRange(EndEdge), FM,
139 const LangOptions &LangOpts,
157 EmitLocation(o, SM, LangOpts, L, FM, indent);
168 EmitRange(o, SM, LangOpts, CharSourceRange::getTokenRange(*I), FM,
199 const LangOptions &LangOpts,
208 const LangOptions &LangOpts,
216 ReportPiece(o, *callEnter, FM, SM, LangOpts, indent, depth, true,
225 ReportPiece(o, *callEnterWithinCaller, FM, SM, LangOpts,
229 ReportPiece(o, **I, FM, SM, LangOpts, indent, depth, true);
237 ReportPiece(o, *callExit, FM, SM, LangOpts, indent, depth, true);
243 const LangOptions &LangOpts,
249 ReportPiece(o, **I, FM, SM, LangOpts, indent, depth, false);
255 const LangOptions &LangOpts) {
256 ReportPiece(o, P, FM, SM, LangOpts, 4, 0, true);
262 const LangOptions &LangOpts,
271 LangOpts, indent);
274 ReportCall(o, cast<PathDiagnosticCallPiece>(P), FM, SM, LangOpts,
278 ReportEvent(o, cast<PathDiagnosticSpotPiece>(P), FM, SM, LangOpts,
282 ReportMacro(o, cast<PathDiagnosticMacroPiece>(P), FM, SM, LangOpts,
379 ReportDiag(o, **I, FM, *SM, LangOpts);
456 EmitLocation(o, *SM, LangOpts, D->getLocation().asLocation(), FM, 2);