HomeSort by relevance Sort by last modified time
    Searched defs:ShowColors (Results 1 - 17 of 17) 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/utils/yaml-bench/
YAMLBench.cpp 197 bool ShowColors = UseColor == cl::BOU_UNSET
213 yaml::Stream stream(Buf.getBuffer(), sm, ShowColors);
  /external/clang/lib/Frontend/
ASTConsumers.cpp 56 bool ShowColors = Out.has_colors();
57 if (ShowColors)
61 if (ShowColors)
CompilerInvocation.cpp     [all...]
  /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/Basic/
Diagnostic.h 181 bool ShowColors; // Color printing is enabled.
489 void setShowColors(bool Val = false) { ShowColors = Val; }
490 bool getShowColors() { return ShowColors; }
    [all...]
  /external/clang/lib/AST/
ASTDumper.cpp 122 bool ShowColors;
194 if (Dumper.ShowColors)
198 if (Dumper.ShowColors)
208 ShowColors(SM && SM->getDiagnostics().getShowColors()) { }
211 const SourceManager *SM, bool ShowColors)
214 ShowColors(ShowColors) { }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 190 bool ShowColors; // Color printing is enabled.
544 void setShowColors(bool Val = false) { ShowColors = Val; }
545 bool getShowColors() { return ShowColors; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 190 bool ShowColors; // Color printing is enabled.
544 void setShowColors(bool Val = false) { ShowColors = Val; }
545 bool getShowColors() { return ShowColors; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 190 bool ShowColors; // Color printing is enabled.
544 void setShowColors(bool Val = false) { ShowColors = Val; }
545 bool getShowColors() { return ShowColors; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 190 bool ShowColors; // Color printing is enabled.
544 void setShowColors(bool Val = false) { ShowColors = Val; }
545 bool getShowColors() { return ShowColors; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 190 bool ShowColors; // Color printing is enabled.
544 void setShowColors(bool Val = false) { ShowColors = Val; }
545 bool getShowColors() { return ShowColors; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 190 bool ShowColors; // Color printing is enabled.
544 void setShowColors(bool Val = false) { ShowColors = Val; }
545 bool getShowColors() { return ShowColors; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 190 bool ShowColors; // Color printing is enabled.
544 void setShowColors(bool Val = false) { ShowColors = Val; }
545 bool getShowColors() { return ShowColors; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 190 bool ShowColors; // Color printing is enabled.
544 void setShowColors(bool Val = false) { ShowColors = Val; }
545 bool getShowColors() { return ShowColors; }
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]

Completed in 1041 milliseconds