Home
last modified time | relevance | path

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

/llvm-project/flang/include/flang/Parser/
H A Dprovenance.h173 void setShowColors(bool showColors) { showColors_ = showColors; } in setShowColors() function
/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h712 void setShowColors(bool Val) { ShowColors = Val; } setShowColors() function