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

  /external/llvm/lib/Support/
SourceMgr.cpp 197 bool ShowColors) const {
212 Diagnostic.print(0, OS, ShowColors);
230 bool ShowColors) const {
232 ShowColors &= S.is_displayed();
234 if (ShowColors)
256 if (ShowColors)
261 if (ShowColors)
266 if (ShowColors)
272 if (ShowColors) {
279 if (ShowColors)
    [all...]
  /external/clang/include/clang/Frontend/
DiagnosticOptions.h 43 unsigned ShowColors : 1; /// Show diagnostics with ANSI color sequences.
88 ShowColors = 0;
TextDiagnostic.h 57 bool ShowColors);
74 /// \param ShowColors Enable colorizing of the message.
79 bool ShowColors);
  /external/clang/lib/Frontend/
TextDiagnosticPrinter.cpp 145 TextDiagnostic::printDiagnosticLevel(OS, Level, DiagOpts->ShowColors);
149 DiagOpts->ShowColors);
TextDiagnostic.cpp 624 if (DiagOpts.ShowColors)
627 printDiagnosticLevel(OS, Level, DiagOpts.ShowColors);
630 DiagOpts.MessageLength, DiagOpts.ShowColors);
636 bool ShowColors) {
637 if (ShowColors) {
658 if (ShowColors)
667 bool ShowColors) {
668 if (ShowColors) {
683 if (ShowColors)
719 if (DiagOpts.ShowColors)
    [all...]
CompilerInvocation.cpp 339 if (Opts.ShowColors)
    [all...]
  /external/llvm/include/llvm/Support/
SourceMgr.h 131 /// @param ShowColors - Display colored messages if output is a terminal and
135 bool ShowColors = true) const;
194 void print(const char *ProgName, raw_ostream &S, bool ShowColors = true) const;
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
AnalysisDeclContext.cpp 182 void AnalysisDeclContext::dumpCFG(bool ShowColors) {
183 getCFG()->dump(getASTContext().getLangOpts(), ShowColors);
  /external/clang/include/clang/Analysis/
CFG.h 498 void dump(const CFG *cfg, const LangOptions &LO, bool ShowColors = false) const;
500 bool ShowColors) const;
759 void print(raw_ostream &OS, const LangOptions &LO, bool ShowColors) const;
760 void dump(const LangOptions &LO, bool ShowColors) const;
    [all...]
AnalysisContext.h 149 void dumpCFG(bool ShowColors);

Completed in 1754 milliseconds