Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h83 bool hasColor() const { return UseColor; } in hasColor() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp295 : OS(P.OS), UseColor(P.hasColor()) { in WithColor()