Home | History | Annotate | Download | only in Frontend

Lines Matching refs:DiagOpts

668                                DiagnosticOptions *DiagOpts)
669 : DiagnosticRenderer(LangOpts, DiagOpts), OS(OS) {}
687 if (DiagOpts->ShowColors)
690 printDiagnosticLevel(OS, Level, DiagOpts->ShowColors,
691 DiagOpts->CLFallbackMode);
695 DiagOpts->MessageLength, DiagOpts->ShowColors);
792 if (!DiagOpts->ShowLocation)
795 if (DiagOpts->ShowColors)
799 switch (DiagOpts->getFormat()) {
805 if (DiagOpts->ShowColumn)
808 if (DiagOpts->getFormat() == DiagnosticOptions::Msvc) {
817 switch (DiagOpts->getFormat()) {
823 if (DiagOpts->ShowSourceRanges && !Ranges.empty()) {
876 if (DiagOpts->ShowLocation)
886 if (DiagOpts->ShowLocation)
897 if (DiagOpts->ShowLocation && PLoc.getFilename())
988 const DiagnosticOptions *DiagOpts) {
990 if (Hints.empty() || !DiagOpts->ShowFixits)
1044 expandTabs(FixItInsertionLine, DiagOpts->TabStop);
1070 if (!DiagOpts->ShowCarets)
1116 const SourceColumnMap sourceColMap(SourceLine, DiagOpts->TabStop);
1133 DiagOpts.get());
1137 unsigned Columns = DiagOpts->MessageLength;
1146 if (DiagOpts->ShowSourceRanges) {
1158 if (DiagOpts->ShowColors)
1161 if (DiagOpts->ShowColors)
1165 if (DiagOpts->ShowColors)
1168 if (DiagOpts->ShowSourceRanges)
1171 if (DiagOpts->ShowColors)
1190 = printableTextForNextCharacter(line, &i, DiagOpts->TabStop);
1193 if (DiagOpts->ShowColors && was_printable == print_reversed) {
1198 if (DiagOpts->ShowColors)
1206 if (print_reversed && DiagOpts->ShowColors)
1209 if (print_reversed && DiagOpts->ShowColors)
1217 if (!DiagOpts->ShowParseableFixits)