reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Frontend/DiagnosticRenderer.cpp
  120     PresumedLoc PLoc = Loc.getPresumedLoc(DiagOpts->ShowPresumedLoc);
  177   if (!DiagOpts->ShowNoteIncludeStack && Level == DiagnosticsEngine::Note)
  196   PresumedLoc PLoc = Loc.getPresumedLoc(DiagOpts->ShowPresumedLoc);
  237   PresumedLoc PLoc = Loc.getPresumedLoc(DiagOpts->ShowPresumedLoc);
  253                                               DiagOpts->ShowPresumedLoc),
  561   unsigned MacroLimit = DiagOpts->MacroBacktraceLimit;
tools/clang/lib/Frontend/TextDiagnostic.cpp
  683   if (DiagOpts->ShowColors)
  686   if (DiagOpts->ShowLevel)
  687     printDiagnosticLevel(OS, Level, DiagOpts->ShowColors,
  688                          DiagOpts->CLFallbackMode);
  692                          DiagOpts->MessageLength, DiagOpts->ShowColors);
  692                          DiagOpts->MessageLength, DiagOpts->ShowColors);
  765   if (DiagOpts->AbsolutePath) {
  823   if (!DiagOpts->ShowLocation)
  826   if (DiagOpts->ShowColors)
  830   switch (DiagOpts->getFormat()) {
  836   if (DiagOpts->ShowColumn)
  839       if (DiagOpts->getFormat() == DiagnosticOptions::MSVC) {
  849   switch (DiagOpts->getFormat()) {
  863   if (DiagOpts->ShowSourceRanges && !Ranges.empty()) {
  908   if (DiagOpts->ShowLocation && PLoc.isValid())
  917   if (DiagOpts->ShowLocation && PLoc.isValid())
  927   if (DiagOpts->ShowLocation && PLoc.isValid())
 1150   if (!DiagOpts->ShowCarets)
 1176   const unsigned MaxLines = DiagOpts->SnippetLineLimit;
 1215     const SourceColumnMap sourceColMap(SourceLine, DiagOpts->TabStop);
 1236         FID, LineNo, sourceColMap, Hints, SM, DiagOpts.get());
 1240     unsigned Columns = DiagOpts->MessageLength;
 1249     if (DiagOpts->ShowSourceRanges) {
 1262       if (DiagOpts->ShowColors)
 1265       if (DiagOpts->ShowColors)
 1270       if (DiagOpts->ShowColors)
 1273       if (DiagOpts->ShowSourceRanges)
 1276       if (DiagOpts->ShowColors)
 1296         = printableTextForNextCharacter(line, &i, DiagOpts->TabStop);
 1299     if (DiagOpts->ShowColors && was_printable == print_reversed) {
 1304       if (DiagOpts->ShowColors)
 1312   if (print_reversed && DiagOpts->ShowColors)
 1315   if (print_reversed && DiagOpts->ShowColors)
 1323   if (!DiagOpts->ShowParseableFixits)