HomeSort by relevance Sort by last modified time
    Searched refs:ShowColors (Results 1 - 22 of 22) sorted by null

  /external/clang/tools/diagtool/
TreeView.cpp 35 const bool ShowColors;
39 : out(out), ShowColors(hasColors(out)), FlagsOnly(false) {}
42 if (ShowColors)
47 if (ShowColors)
76 if (ShowColors && !isIgnored(I->DiagID))
132 if (ShowColors) {
  /external/llvm/lib/Support/
SourceMgr.cpp 199 bool ShowColors) const {
212 Diagnostic.print(nullptr, OS, ShowColors);
218 ArrayRef<SMFixIt> FixIts, bool ShowColors) const {
219 PrintMessage(OS, GetMessage(Loc, Kind, Msg, Ranges, FixIts), ShowColors);
224 ArrayRef<SMFixIt> FixIts, bool ShowColors) const {
225 PrintMessage(llvm::errs(), Loc, Kind, Msg, Ranges, FixIts, ShowColors);
335 void SMDiagnostic::print(const char *ProgName, raw_ostream &S, bool ShowColors,
338 ShowColors &= S.has_colors();
340 if (ShowColors)
363 if (ShowColors)
    [all...]
YAMLParser.cpp 268 Scanner(StringRef Input, SourceMgr &SM, bool ShowColors = true);
269 Scanner(MemoryBufferRef Buffer, SourceMgr &SM_, bool ShowColors = true);
279 SM.PrintMessage(Loc, Kind, Message, Ranges, /* FixIts= */ None, ShowColors);
555 bool ShowColors;
761 Scanner::Scanner(StringRef Input, SourceMgr &sm, bool ShowColors)
762 : SM(sm), ShowColors(ShowColors) {
766 Scanner::Scanner(MemoryBufferRef Buffer, SourceMgr &SM_, bool ShowColors)
767 : SM(SM_), ShowColors(ShowColors) {
    [all...]
  /external/clang/include/clang/Frontend/
TextDiagnostic.h 54 bool ShowColors,
72 /// \param ShowColors Enable colorizing of the message.
75 unsigned Columns, bool ShowColors);
  /external/clang/lib/Frontend/
TextDiagnosticPrinter.cpp 139 TextDiagnostic::printDiagnosticLevel(OS, Level, DiagOpts->ShowColors,
144 DiagOpts->ShowColors);
TextDiagnostic.cpp 688 if (DiagOpts->ShowColors)
691 printDiagnosticLevel(OS, Level, DiagOpts->ShowColors,
696 DiagOpts->MessageLength, DiagOpts->ShowColors);
702 bool ShowColors,
704 if (ShowColors) {
736 if (ShowColors)
745 unsigned Columns, bool ShowColors) {
747 if (ShowColors && !IsSupplemental) {
762 if (ShowColors)
796 if (DiagOpts->ShowColors)
    [all...]
ASTConsumers.cpp 56 bool ShowColors = Out.has_colors();
57 if (ShowColors)
61 if (ShowColors)
CompilerInvocation.cpp 761 Opts.ShowColors = Args.hasArg(OPT_fcolor_diagnostics);
    [all...]
  /external/llvm/include/llvm/Support/
SourceMgr.h 159 /// \param ShowColors Display colored messages if output is a terminal and
165 bool ShowColors = true) const;
171 bool ShowColors = true) const;
175 /// \param ShowColors Display colored messages if output is a terminal and
178 bool ShowColors = true) const;
279 void print(const char *ProgName, raw_ostream &S, bool ShowColors = true,
YAMLParser.h 79 Stream(StringRef Input, SourceMgr &, bool ShowColors = true);
81 Stream(MemoryBufferRef InputBuffer, SourceMgr &, bool ShowColors = true);
  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 197 bool ShowColors = UseColor == cl::BOU_UNSET
213 yaml::Stream stream(Buf.getBuffer(), sm, ShowColors);
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
AnalysisDeclContext.cpp 266 void AnalysisDeclContext::dumpCFG(bool ShowColors) {
267 getCFG()->dump(getASTContext().getLangOpts(), ShowColors);
  /external/clang/lib/AST/
ASTDumper.cpp 120 bool ShowColors;
192 if (Dumper.ShowColors)
196 if (Dumper.ShowColors)
206 ShowColors(SM && SM->getDiagnostics().getShowColors()) { }
209 const SourceManager *SM, bool ShowColors)
212 ShowColors(ShowColors) { }
    [all...]
ASTDiagnostic.cpp 318 bool ShowColors, raw_ostream &OS);
346 TDT.ShowColors, OS)) {
    [all...]
  /external/clang/include/clang/Analysis/
CFG.h 644 void dump(const CFG *cfg, const LangOptions &LO, bool ShowColors = false) const;
646 bool ShowColors) const;
    [all...]
AnalysisContext.h 164 void dumpCFG(bool ShowColors);
  /external/clang/include/clang/Basic/
Diagnostic.h 180 bool ShowColors; // Color printing is enabled.
482 void setShowColors(bool Val = false) { ShowColors = Val; }
483 bool getShowColors() { return ShowColors; }
    [all...]
  /external/clang/lib/Basic/
Warnings.cpp 53 Diags.setShowColors(Opts.ShowColors);
Diagnostic.cpp 75 ShowColors = false;
868 TDT.ShowColors = getDiags()->ShowColors;
    [all...]
  /external/clang/lib/Driver/
Tools.cpp     [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 126 SMRange Range, bool ShowColors = true);
    [all...]

Completed in 446 milliseconds