HomeSort by: relevance | last modified time | path
    Searched refs:ShowColors (Results 1 - 25 of 26) sorted by relevancy

1 2

  /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) {}
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)
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);
  /src/external/apache2/llvm/dist/clang/lib/AST/
TextNodeDumper.cpp 60 bool ShowColors)
61 : TextTreeStructure(OS, ShowColors), OS(OS), ShowColors(ShowColors),
66 TextNodeDumper::TextNodeDumper(raw_ostream &OS, bool ShowColors)
67 : TextTreeStructure(OS, ShowColors), OS(OS), ShowColors(ShowColors) {}
72 ColorScope Color(OS, ShowColors, NullColor);
78 ColorScope Color(OS, ShowColors, CommentColor)
    [all...]
ASTDumper.cpp 48 ColorScope Color(OS, ShowColors, DeclNameColor);
77 ColorScope Color(OS, ShowColors, UndeserializedColor);
165 ASTDumper Dumper(llvm::errs(), /*ShowColors=*/false);
207 ASTDumper P(llvm::errs(), Ctx, /*ShowColors=*/true);
232 ASTDumper P(llvm::errs(), /*ShowColors=*/false);
243 ASTDumper P(llvm::errs(), /*ShowColors=*/true);
255 ASTDumper Dumper(llvm::errs(), /*ShowColors=*/false);
272 ASTDumper Dumper(llvm::errs(), /*ShowColors=*/true);
281 ASTDumper Dumper(llvm::errs(), /*ShowColors=*/false);
ASTDiagnostic.cpp 321 bool ShowColors, raw_ostream &OS);
378 TDT.ShowColors, OS)) {
2083 bool ShowColors, raw_ostream &OS) {
2087 ElideType, ShowColors);
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
TextDiagnostic.h 53 bool ShowColors);
70 /// \param ShowColors Enable colorizing of the message.
73 unsigned Columns, bool 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/lib/Frontend/
TextDiagnosticPrinter.cpp 136 TextDiagnostic::printDiagnosticLevel(OS, Level, DiagOpts->ShowColors);
140 DiagOpts->MessageLength, DiagOpts->ShowColors);
ASTConsumers.cpp 57 bool ShowColors = Out.has_colors();
58 if (ShowColors)
62 if (ShowColors)
TextDiagnostic.cpp 683 if (DiagOpts->ShowColors)
687 printDiagnosticLevel(OS, Level, DiagOpts->ShowColors);
691 DiagOpts->MessageLength, DiagOpts->ShowColors);
697 bool ShowColors) {
698 if (ShowColors) {
721 if (ShowColors)
730 unsigned Columns, bool ShowColors) {
732 if (ShowColors && !IsSupplemental) {
747 if (ShowColors)
814 if (DiagOpts->ShowColors)
    [all...]
CompilerInvocation.cpp 2080 } ShowColors = DefaultColor ? Colors_Auto : Colors_Off;
2085 ShowColors = Colors_On;
2088 ShowColors = Colors_Off;
2092 ShowColors = Colors_On;
2094 ShowColors = Colors_Off;
2096 ShowColors = Colors_Auto;
2099 return ShowColors == Colors_On ||
2100 (ShowColors == Colors_Auto &&
2214 if (Opts.ShowColors)
2293 Opts.ShowColors = parseShowColorsArgs(Args, DefaultDiagColor)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
SourceMgr.h 187 /// \param ShowColors Display colored messages if output is a terminal and
192 bool ShowColors = true) const;
198 bool ShowColors = true) const;
202 /// \param ShowColors Display colored messages if output is a terminal and
205 bool ShowColors = true) const;
289 void print(const char *ProgName, raw_ostream &S, bool ShowColors = true,
YAMLParser.h 89 Stream(StringRef Input, SourceMgr &, bool ShowColors = true,
92 Stream(MemoryBufferRef InputBuffer, SourceMgr &, bool ShowColors = true,
  /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/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...]
AnalysisDeclContext.cpp 275 void AnalysisDeclContext::dumpCFG(bool ShowColors) {
276 getCFG()->dump(getASTContext().getLangOpts(), ShowColors);
  /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/Basic/
Warnings.cpp 53 Diags.setShowColors(Opts.ShowColors);
Diagnostic.cpp 1020 TDT.ShowColors = getDiags()->ShowColors;
  /src/external/apache2/llvm/dist/clang/tools/clang-format/
ClangFormat.cpp 165 ShowColors("fcolor-diagnostics",
329 Diag.print(nullptr, llvm::errs(), (ShowColors && !NoShowColors));
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
AnalysisDeclContext.h 161 void dumpCFG(bool ShowColors);
CFG.h 1080 void dump(const CFG *cfg, const LangOptions &LO, bool ShowColors = false) const;
1082 bool ShowColors) const;
1424 void print(raw_ostream &OS, const LangOptions &LO, bool ShowColors) const;
1425 void dump(const LangOptions &LO, bool ShowColors) const;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 163 SMRange Range, bool ShowColors = true);
6148 SMRange Range, bool ShowColors) {
6151 ShowColors);

Completed in 73 milliseconds

1 2