Home
last modified time | relevance | path

Searched refs:ShowLineNumbers (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageViewOptions.h30 bool ShowLineNumbers; member
H A DSourceCoverageView.cpp243 if (getOptions().ShowLineNumbers) in print()
H A DSourceCoverageViewText.cpp122 (Opts.ShowLineNumbers ? LineNumberColumnWidth + 1 : 0); in getCombinedColumnWidth()
H A DCodeCoverage.cpp1114 ViewOpts.ShowLineNumbers = true; in doShow()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticOptions.def94 VALUE_DIAGOPT(ShowLineNumbers, 1, DefaultShowLineNumbers)
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp1176 DiagOpts->ShowLineNumbers in emitSnippetAndCaret()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td3232 DiagnosticOpts<"ShowLineNumbers">, DefaultTrue,