Home
last modified time | relevance | path

Searched refs:setShowColors (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/lib/Basic/
H A DWarnings.cpp53 Diags.setShowColors(Opts.ShowColors); in ProcessWarningOptions()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h712 void setShowColors(bool Val) { ShowColors = Val; } in setShowColors() function