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 57 bool ShowColors = Out.has_colors();
58 if (ShowColors)
61 if (ShowColors)
  /external/llvm/lib/Support/
SourceMgr.cpp 206 bool ShowColors) const {
219 Diagnostic.print(nullptr, OS, ShowColors);
225 ArrayRef<SMFixIt> FixIts, bool ShowColors) const {
226 PrintMessage(OS, GetMessage(Loc, Kind, Msg, Ranges, FixIts), ShowColors);
231 ArrayRef<SMFixIt> FixIts, bool ShowColors) const {
232 PrintMessage(llvm::errs(), Loc, Kind, Msg, Ranges, FixIts, ShowColors);
343 bool ShowColors) const {
345 ShowColors &= S.has_colors();
347 if (ShowColors)
369 if (ShowColors)
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 179 bool ShowColors; // Color printing is enabled.
485 void setShowColors(bool Val = false) { ShowColors = Val; }
486 bool getShowColors() { return ShowColors; }
    [all...]
  /external/clang/lib/AST/
ASTDumper.cpp 120 bool ShowColors;
143 if (Dumper.ShowColors)
147 if (Dumper.ShowColors)
189 ShowColors(SM && SM->getDiagnostics().getShowColors()) { }
192 const SourceManager *SM, bool ShowColors)
195 ShowColors(ShowColors) { }
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/lib/Driver/
Tools.cpp     [all...]

Completed in 752 milliseconds