Home
last modified time | relevance | path

Searched refs:DefaultTabStop (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticOptions.h82 DefaultTabStop = 8, enumerator
H A DDiagnosticOptions.def96 VALUE_DIAGOPT(TabStop, 32, DefaultTabStop) /// The distance between tab stops.
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2488 << Opts.TabStop << DiagnosticOptions::DefaultTabStop; in ParseDiagnosticArgs()
2489 Opts.TabStop = DiagnosticOptions::DefaultTabStop; in ParseDiagnosticArgs()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7152 MarshallingInfoInt<DiagnosticOpts<"TabStop">, "DiagnosticOptions::DefaultTabStop">;