Home
last modified time | relevance | path

Searched refs:ShowSourceRanges (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Frontend/
DDiagnosticOptions.h32 unsigned ShowSourceRanges : 1; /// Show source ranges in numeric form. variable
99 ShowSourceRanges = 0; in DiagnosticOptions()
/external/clang/lib/Frontend/
DTextDiagnostic.cpp802 if (DiagOpts.ShowSourceRanges && !Ranges.empty()) { in emitDiagnosticLoc()
956 if (DiagOpts.ShowSourceRanges) { in emitSnippetAndCaret()
978 if (DiagOpts.ShowSourceRanges) in emitSnippetAndCaret()
DCompilerInvocation.cpp362 if (Opts.ShowSourceRanges) in DiagnosticOptsToArgs()
1431 Opts.ShowSourceRanges = Args.hasArg(OPT_fdiagnostics_print_source_range_info); in ParseDiagnosticArgs()