Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/common/
DFile.cpp159 m_supports_colors = eLazyBoolNo; in CalculateInteractiveAndTerminal()
169 m_supports_colors = eLazyBoolYes; in CalculateInteractiveAndTerminal()
180 m_supports_colors = eLazyBoolYes; in CalculateInteractiveAndTerminal()
200 if (m_supports_colors == eLazyBoolCalculate) in GetIsTerminalWithColors()
202 return m_supports_colors == eLazyBoolYes; in GetIsTerminalWithColors()
/external/llvm-project/lldb/include/lldb/Host/
DFile.h71 m_supports_colors(eLazyBoolCalculate){}; in File()
365 LazyBool m_supports_colors; variable