Home
last modified time | relevance | path

Searched defs:UseColor (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/PDB/Native/
DLinePrinter.h105 bool UseColor; variable
180 bool UseColor; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/PDB/Native/
DLinePrinter.h105 bool UseColor; variable
180 bool UseColor; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/PDB/Native/
DLinePrinter.h105 bool UseColor; variable
180 bool UseColor; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h105 bool UseColor; variable
180 bool UseColor; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/PDB/Native/
DLinePrinter.h105 bool UseColor; variable
180 bool UseColor; variable
/aosp_15_r20/external/llvm/lib/DebugInfo/DWARF/
H A DSyntaxHighlighting.cpp17 UseColor("color", variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DWithColor.cpp33 static ManagedStatic<cl::opt<cl::boolOrDefault>, CreateUseColor> UseColor; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-tidy/
DClangTidyOptions.h145 std::optional<bool> UseColor; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-tidy/
DClangTidyOptions.h145 std::optional<bool> UseColor; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-tidy/
DClangTidyOptions.h145 std::optional<bool> UseColor; member
/aosp_15_r20/external/llvm/utils/yaml-bench/
H A DYAMLBench.cpp57 UseColor("use-color", cl::desc("Emit colored output (default=autodetect)"), variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-tidy/
DClangTidyOptions.h145 std::optional<bool> UseColor; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp56 LinePrinter::LinePrinter(int Indent, bool UseColor, llvm::raw_ostream &Stream, in LinePrinter()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCInstPrinter.h60 bool UseColor = false; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCInstPrinter.h60 bool UseColor = false; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCInstPrinter.h60 bool UseColor = false; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCInstPrinter.h60 bool UseColor = false; variable
/aosp_15_r20/external/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp362 cl::opt<cl::boolOrDefault> UseColor( in run() local