Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Basic/
H A DWarnings.cpp53 Diags.setShowColors(Opts.ShowColors); in ProcessWarningOptions()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DDiagnostic.h707 void setShowColors(bool Val) { ShowColors = Val; } in setShowColors() function