HomeSort by: relevance | last modified time | path
    Searched defs:ShowColors (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTDumper.h 24 const bool ShowColors;
27 ASTDumper(raw_ostream &OS, const ASTContext &Context, bool ShowColors)
28 : NodeDumper(OS, Context, ShowColors), OS(OS), ShowColors(ShowColors) {}
30 ASTDumper(raw_ostream &OS, bool ShowColors)
31 : NodeDumper(OS, ShowColors), OS(OS), ShowColors(ShowColors) {}
TextNodeDumper.h 34 const bool ShowColors;
88 ColorScope Color(OS, ShowColors, IndentColor);
122 TextTreeStructure(raw_ostream &OS, bool ShowColors)
123 : OS(OS), ShowColors(ShowColors) {}
136 const bool ShowColors;
165 TextNodeDumper(raw_ostream &OS, const ASTContext &Context, bool ShowColors);
166 TextNodeDumper(raw_ostream &OS, bool ShowColors);
ASTDumperUtils.h 88 const bool ShowColors;
91 ColorScope(llvm::raw_ostream &OS, bool ShowColors, TerminalColor Color)
92 : OS(OS), ShowColors(ShowColors) {
93 if (ShowColors)
97 if (ShowColors)
  /src/external/apache2/llvm/dist/llvm/utils/yaml-bench/
YAMLBench.cpp 198 bool ShowColors = UseColor == cl::BOU_UNSET
214 yaml::Stream stream(Buf.getBuffer(), sm, ShowColors);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTConsumers.cpp 57 bool ShowColors = Out.has_colors();
58 if (ShowColors)
62 if (ShowColors)
  /src/external/apache2/llvm/dist/llvm/lib/Support/
SourceMgr.cpp 325 bool ShowColors) const {
338 Diagnostic.print(nullptr, OS, ShowColors);
344 bool ShowColors) const {
345 PrintMessage(OS, GetMessage(Loc, Kind, Msg, Ranges, FixIts), ShowColors);
350 ArrayRef<SMFixIt> FixIts, bool ShowColors) const {
351 PrintMessage(errs(), Loc, Kind, Msg, Ranges, FixIts, ShowColors);
473 void SMDiagnostic::print(const char *ProgName, raw_ostream &OS, bool ShowColors,
475 ColorMode Mode = ShowColors ? ColorMode::Auto : ColorMode::Disable;
501 WithColor::error(OS, "", !ShowColors);
504 WithColor::warning(OS, "", !ShowColors);
    [all...]
YAMLParser.cpp 251 Scanner(StringRef Input, SourceMgr &SM, bool ShowColors = true,
253 Scanner(MemoryBufferRef Buffer, SourceMgr &SM_, bool ShowColors = true,
264 SM.PrintMessage(Loc, Kind, Message, Ranges, /* FixIts= */ None, ShowColors);
538 bool ShowColors;
835 Scanner::Scanner(StringRef Input, SourceMgr &sm, bool ShowColors,
837 : SM(sm), ShowColors(ShowColors), EC(EC) {
841 Scanner::Scanner(MemoryBufferRef Buffer, SourceMgr &SM_, bool ShowColors,
843 : SM(SM_), ShowColors(ShowColors), EC(EC)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Diagnostic.h 271 bool ShowColors = false;
705 void setShowColors(bool Val) { ShowColors = Val; }
706 bool getShowColors() { return ShowColors; }
1795 unsigned ShowColors : 1;
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp 5617 bool ShowColors) {
5621 if (ShowColors)
5637 if (ShowColors)
5696 if (ShowColors)
5708 if (ShowColors)
5716 if (ShowColors)
5719 if (ShowColors)
5724 if (ShowColors)
5744 if (ShowColors)
5753 if (ShowColors)
    [all...]

Completed in 42 milliseconds