Home
last modified time | relevance | path

Searched defs:ShowColors (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTDumper.h24 const bool ShowColors; variable
27 ASTDumper(raw_ostream &OS, const ASTContext &Context, bool ShowColors) in ASTDumper()
30 ASTDumper(raw_ostream &OS, bool ShowColors) in ASTDumper()
H A DTextNodeDumper.h35 const bool ShowColors; variable
123 TextTreeStructure(raw_ostream &OS, bool ShowColors) in TextTreeStructure()
137 const bool ShowColors; variable
H A DASTDumperUtils.h88 const bool ShowColors; variable
91 ColorScope(llvm::raw_ostream &OS, bool ShowColors, TerminalColor Color) in ColorScope()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DLogger.cpp29 bool ShowColors; member
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp560 bool ShowColors; member in llvm::yaml::Scanner
857 Scanner::Scanner(StringRef Input, SourceMgr &sm, bool ShowColors, in Scanner()
863 Scanner::Scanner(MemoryBufferRef Buffer, SourceMgr &SM_, bool ShowColors, in Scanner()
1915 Stream::Stream(StringRef Input, SourceMgr &SM, bool ShowColors, in Stream()
1919 Stream::Stream(MemoryBufferRef InputBuffer, SourceMgr &SM, bool ShowColors, in Stream()
H A DSourceMgr.cpp484 void SMDiagnostic::print(const char *ProgName, raw_ostream &OS, bool ShowColors, in print()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTConsumers.cpp57 bool ShowColors = Out.has_colors(); in TraverseDecl() local
H A DTextDiagnostic.cpp678 bool ShowColors) { in printDiagnosticLevel()
711 unsigned Columns, bool ShowColors) { in printDiagnosticMessage()
H A DCompilerInvocation.cpp2271 } ShowColors = DefaultColor ? Colors_Auto : Colors_Off; in parseShowColorsArgs() local
2425 bool ShowColors = true; in CreateAndPopulateDiagOpts() local
/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp193 ShowColors("fcolor-diagnostics", variable
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp274 void AnalysisDeclContext::dumpCFG(bool ShowColors) { in dumpCFG()
H A DCFG.cpp5924 bool ShowColors) { in print_block()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp62 bool ShowColors) in TextNodeDumper()
68 TextNodeDumper::TextNodeDumper(raw_ostream &OS, bool ShowColors) in TextNodeDumper()
H A DASTDiagnostic.cpp2136 bool ShowColors, raw_ostream &OS) { in FormatTemplateTypeDiff()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h272 bool ShowColors = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6221 SMRange Range, bool ShowColors) { in printWarningWithFixIt()