Home | History | Annotate | Download | only in Frontend

Lines Matching refs:DiagOpts

30   : OS(os), DiagOpts(diags),
42 TextDiag.reset(new TextDiagnostic(OS, LO, &*DiagOpts));
57 const DiagnosticOptions &DiagOpts) {
59 if (DiagOpts.ShowOptionNames) {
94 if (DiagOpts.ShowCategories) {
100 if (DiagOpts.ShowCategories == 1)
103 assert(DiagOpts.ShowCategories == 2 && "Invalid ShowCategories value");
123 printDiagnosticOptions(DiagMessageStream, Level, Info, *DiagOpts);
139 TextDiagnostic::printDiagnosticLevel(OS, Level, DiagOpts->ShowColors,
140 DiagOpts->CLFallbackMode);
143 DiagOpts->MessageLength,
144 DiagOpts->ShowColors);
150 assert(DiagOpts && "Unexpected diagnostic without options set");