Searched refs:ShowColors (Results 1 - 20 of 20) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DSourceMgr.cpp199 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); local
335 void SMDiagnostic::print(const char *ProgName, raw_ostream &S, bool ShowColors, argument
338 ShowColors &= S.has_colors();
340 if (ShowColors)
363 if (ShowColors)
[all...]
H A DYAMLParser.cpp268 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; member in class:llvm::yaml::Scanner
761 Scanner::Scanner(StringRef Input, SourceMgr &sm, bool ShowColors) argument
762 : SM(sm), ShowColors(ShowColors) {
766 Scanner::Scanner(MemoryBufferRef Buffer, SourceMgr &SM_, bool ShowColors) argument
767 : SM(SM_), ShowColors(ShowColors) {
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DTextDiagnostic.h54 bool ShowColors,
72 /// \param ShowColors Enable colorizing of the message.
75 unsigned Columns, bool ShowColors);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp139 TextDiagnostic::printDiagnosticLevel(OS, Level, DiagOpts->ShowColors,
144 DiagOpts->ShowColors);
H A DTextDiagnostic.cpp688 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...]
H A DASTConsumers.cpp56 bool ShowColors = Out.has_colors(); local
57 if (ShowColors)
61 if (ShowColors)
H A DCompilerInvocation.cpp788 Opts.ShowColors = Args.hasArg(OPT_fcolor_diagnostics);
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DSourceMgr.h159 /// \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,
H A DYAMLParser.h79 Stream(StringRef Input, SourceMgr &, bool ShowColors = true);
81 Stream(MemoryBufferRef InputBuffer, SourceMgr &, bool ShowColors = true);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp4305 bool ShowColors) {
4310 if (ShowColors)
4326 if (ShowColors)
4383 if (ShowColors)
4395 if (ShowColors)
4403 if (ShowColors)
4406 if (ShowColors)
4411 if (ShowColors)
4432 if (ShowColors)
4441 if (ShowColors)
4302 print_block(raw_ostream &OS, const CFG* cfg, const CFGBlock &B, StmtPrinterHelper &Helper, bool print_edges, bool ShowColors) argument
4486 print(llvm::errs(), LO, ShowColors); local
4514 print(llvm::errs(), cfg, LO, ShowColors); local
[all...]
H A DAnalysisDeclContext.cpp266 void AnalysisDeclContext::dumpCFG(bool ShowColors) { argument
267 getCFG()->dump(getASTContext().getLangOpts(), ShowColors);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTDumper.cpp121 bool ShowColors; member in class:__anon3632::ASTDumper
193 if (Dumper.ShowColors)
197 if (Dumper.ShowColors)
207 ShowColors(SM && SM->getDiagnostics().getShowColors()) { }
210 const SourceManager *SM, bool ShowColors)
213 ShowColors(ShowColors) { }
2340 &getASTContext().getSourceManager(), /*ShowColors*/true);
2382 ASTDumper P(llvm::errs(), nullptr, nullptr, /*ShowColors*/true);
2408 ASTDumper D(llvm::errs(), nullptr, nullptr, /*ShowColors*/tru
209 ASTDumper(raw_ostream &OS, const CommandTraits *Traits, const SourceManager *SM, bool ShowColors) argument
[all...]
H A DASTDiagnostic.cpp318 bool ShowColors, raw_ostream &OS);
346 TDT.ShowColors, OS)) {
2027 bool ShowColors, raw_ostream &OS) {
2031 ElideType, ShowColors);
2024 FormatTemplateTypeDiff(ASTContext &Context, QualType FromType, QualType ToType, bool PrintTree, bool PrintFromType, bool ElideType, bool ShowColors, raw_ostream &OS) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DWarnings.cpp53 Diags.setShowColors(Opts.ShowColors);
H A DDiagnostic.cpp75 ShowColors = false;
868 TDT.ShowColors = getDiags()->ShowColors;
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCFG.h644 void dump(const CFG *cfg, const LangOptions &LO, bool ShowColors = false) const;
646 bool ShowColors) const;
943 void print(raw_ostream &OS, const LangOptions &LO, bool ShowColors) const;
944 void dump(const LangOptions &LO, bool ShowColors) const;
H A DAnalysisContext.h164 void dumpCFG(bool ShowColors);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnostic.h180 bool ShowColors; // Color printing is enabled. member in class:clang::DiagnosticsEngine
482 void setShowColors(bool Val = false) { ShowColors = Val; }
483 bool getShowColors() { return ShowColors; }
1396 unsigned ShowColors : 1;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Driver/
H A DTools.cpp5293 enum { Colors_On, Colors_Off, Colors_Auto } ShowColors = Colors_Auto; local
5306 ShowColors = Colors_On;
5309 ShowColors = Colors_Off;
5314 ShowColors = Colors_On;
5316 ShowColors = Colors_Off;
5318 ShowColors = Colors_Auto;
5324 if (ShowColors == Colors_On ||
5325 (ShowColors == Colors_Auto && llvm::sys::Process::StandardErrHasColors()))
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp126 SMRange Range, bool ShowColors = true);
3689 SMRange Range, bool ShowColors) {
3692 ShowColors);
3688 printWarningWithFixIt(const Twine &Msg, const Twine &FixMsg, SMRange Range, bool ShowColors) argument

Completed in 286 milliseconds