Home | History | Annotate | Download | only in Frontend

Lines Matching refs:DiagOpts

670                                DiagnosticOptions *DiagOpts)
671 : DiagnosticRenderer(LangOpts, DiagOpts), OS(OS) {}
689 if (DiagOpts->ShowColors)
692 printDiagnosticLevel(OS, Level, DiagOpts->ShowColors);
695 DiagOpts->MessageLength, DiagOpts->ShowColors);
789 if (!DiagOpts->ShowLocation)
792 if (DiagOpts->ShowColors)
796 switch (DiagOpts->getFormat()) {
802 if (DiagOpts->ShowColumn)
805 if (DiagOpts->getFormat() == DiagnosticOptions::Msvc) {
812 switch (DiagOpts->getFormat()) {
818 if (DiagOpts->ShowSourceRanges && !Ranges.empty()) {
877 if (DiagOpts->ShowLocation)
887 if (DiagOpts->ShowLocation)
898 if (DiagOpts->ShowLocation && PLoc.getFilename())
989 const DiagnosticOptions *DiagOpts) {
991 if (Hints.empty() || !DiagOpts->ShowFixits)
1051 expandTabs(FixItInsertionLine, DiagOpts->TabStop);
1077 if (!DiagOpts->ShowCarets)
1123 const SourceColumnMap sourceColMap(SourceLine, DiagOpts->TabStop);
1140 DiagOpts.getPtr());
1144 unsigned Columns = DiagOpts->MessageLength;
1153 if (DiagOpts->ShowSourceRanges) {
1165 if (DiagOpts->ShowColors)
1168 if (DiagOpts->ShowColors)
1172 if (DiagOpts->ShowColors)
1175 if (DiagOpts->ShowSourceRanges)
1178 if (DiagOpts->ShowColors)
1197 = printableTextForNextCharacter(line, &i, DiagOpts->TabStop);
1200 if (DiagOpts->ShowColors && was_printable == print_reversed) {
1205 if (DiagOpts->ShowColors)
1213 if (print_reversed && DiagOpts->ShowColors)
1216 if (print_reversed && DiagOpts->ShowColors)
1224 if (!DiagOpts->ShowParseableFixits)