HomeSort by relevance Sort by last modified time
    Searched defs:ShowColors (Results 1 - 7 of 7) 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/clang/lib/Frontend/
ASTConsumers.cpp 56 bool ShowColors = Out.has_colors();
57 if (ShowColors)
61 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);
336 bool ShowColors) const {
338 ShowColors &= S.has_colors();
340 if (ShowColors)
362 if (ShowColors)
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 179 bool ShowColors; // Color printing is enabled.
481 void setShowColors(bool Val = false) { ShowColors = Val; }
482 bool getShowColors() { return ShowColors; }
    [all...]
  /external/clang/lib/AST/
ASTDumper.cpp 119 bool ShowColors;
191 if (Dumper.ShowColors)
195 if (Dumper.ShowColors)
205 ShowColors(SM && SM->getDiagnostics().getShowColors()) { }
208 const SourceManager *SM, bool ShowColors)
211 ShowColors(ShowColors) { }
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/lib/Driver/
Tools.cpp     [all...]

Completed in 329 milliseconds