Home
last modified time | relevance | path

Searched defs:DisableColors (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DWithColor.cpp21 WithColor::WithColor(raw_ostream &OS, HighlightColor Color, bool DisableColors) in WithColor()
69 bool DisableColors) { in error()
77 bool DisableColors) { in warning()
85 bool DisableColors) { in note()
92 bool DisableColors) { in remark()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DWithColor.cpp92 bool DisableColors) { in error()
102 bool DisableColors) { in warning()
112 bool DisableColors) { in note()
122 bool DisableColors) { in remark()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DWithColor.h39 bool DisableColors; variable