Searched defs:ShowColors (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTDumper.h24 const bool ShowColors; member in class:clang::ASTDumper
27 ASTDumper(raw_ostream &OS, const ASTContext &Context, bool ShowColors) argument
30 ASTDumper(raw_ostream &OS, bool ShowColors) argument
H A DTextNodeDumper.h34 const bool ShowColors; member in class:clang::TextTreeStructure
124 TextTreeStructure(raw_ostream &OS, bool ShowColors) argument
138 const bool ShowColors; member in class:clang::TextNodeDumper
H A DASTDumperUtils.h88 const bool ShowColors; member in class:clang::ColorScope
91 ColorScope(llvm::raw_ostream &OS, bool ShowColors, TerminalColor Color) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTConsumers.cpp57 bool ShowColors = Out.has_colors(); local
H A DCompilerInvocation.cpp1515 } ShowColors = DefaultColor ? Colors_Auto : Colors_Off; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp327 PrintMessage(errs(), Loc, Kind, Msg, Ranges, FixIts, ShowColors); local
451 void SMDiagnostic::print(const char *ProgName, raw_ostream &OS, bool ShowColors, argument
[all...]
H A DYAMLParser.cpp541 bool ShowColors; member in class:llvm::yaml::Scanner
752 Scanner::Scanner(StringRef Input, SourceMgr &sm, bool ShowColors, argument
758 Scanner::Scanner(MemoryBufferRef Buffer, SourceMgr &SM_, bool ShowColors, argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp275 void AnalysisDeclContext::dumpCFG(bool ShowColors) { argument
H A DCFG.cpp5613 print_block(raw_ostream &OS, const CFG* cfg, const CFGBlock &B, StmtPrinterHelper &Helper, bool print_edges, bool ShowColors) argument
5795 print(llvm::errs(), LO, ShowColors); local
5827 print(llvm::errs(), cfg, LO, ShowColors); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h233 bool ShowColors = false; member in class:clang::DiagnosticsEngine
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp2073 FormatTemplateTypeDiff(ASTContext &Context, QualType FromType, QualType ToType, bool PrintTree, bool PrintFromType, bool ElideType, bool ShowColors, raw_ostream &OS) argument
H A DTextNodeDumper.cpp66 TextNodeDumper::TextNodeDumper(raw_ostream &OS, bool ShowColors) argument
59 TextNodeDumper(raw_ostream &OS, const ASTContext &Context, bool ShowColors) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6147 printWarningWithFixIt(const Twine &Msg, const Twine &FixMsg, SMRange Range, bool ShowColors) argument

Completed in 318 milliseconds