Home | History | Annotate | Download | only in Core

Lines Matching defs:LangOpts

32     const LangOptions &LangOpts;
35 PlistDiagnostics(const std::string& prefix, const LangOptions &LangOpts,
59 : OutputFile(output), LangOpts(LO),
98 const LangOptions &LangOpts,
106 extend ? Lexer::MeasureTokenLength(Loc, SM, LangOpts) - 1 : 0;
119 const LangOptions &LangOpts,
122 EmitLocation(o, SM, LangOpts, L.asLocation(), FM, indent, extend);
126 const LangOptions &LangOpts,
130 EmitLocation(o, SM, LangOpts, R.getBegin(), FM, indent+1);
131 EmitLocation(o, SM, LangOpts, R.getEnd(), FM, indent+1, !R.isPoint);
156 const LangOptions &LangOpts,
179 EmitRange(o, SM, LangOpts, SourceRange(StartEdge, StartEdge), FM, indent+1);
183 EmitRange(o, SM, LangOpts, SourceRange(EndEdge, EndEdge), FM, indent+1);
206 const LangOptions &LangOpts,
219 EmitLocation(o, SM, LangOpts, L, FM, indent);
230 EmitRange(o, SM, LangOpts, *I, FM, indent+1);
260 const LangOptions &LangOpts,
268 const LangOptions &LangOpts,
276 ReportPiece(o, *callEnter, FM, SM, LangOpts, indent, depth, true);
284 ReportPiece(o, *callEnterWithinCaller, FM, SM, LangOpts,
288 ReportPiece(o, **I, FM, SM, LangOpts, indent, depth, true);
294 ReportPiece(o, *callExit, FM, SM, LangOpts, indent, depth, true);
300 const LangOptions &LangOpts,
306 ReportPiece(o, **I, FM, SM, LangOpts, indent, depth, false);
312 const LangOptions &LangOpts) {
313 ReportPiece(o, P, FM, SM, LangOpts, 4, 0, true);
319 const LangOptions &LangOpts,
327 LangOpts, indent);
330 ReportCall(o, cast<PathDiagnosticCallPiece>(P), FM, SM, LangOpts,
334 ReportEvent(o, cast<PathDiagnosticSpotPiece>(P), FM, SM, LangOpts,
338 ReportMacro(o, cast<PathDiagnosticMacroPiece>(P), FM, SM, LangOpts,
440 ReportDiag(o, **I, FM, *SM, LangOpts);
497 EmitLocation(o, *SM, LangOpts, D->getLocation(), FM, 2);