Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/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.h34 const bool ShowColors; variable
122 TextTreeStructure(raw_ostream &OS, bool ShowColors) in TextTreeStructure()
136 const bool ShowColors; variable
H A DASTDumperUtils.h88 const bool ShowColors; variable
91 ColorScope(llvm::raw_ostream &OS, bool ShowColors, TerminalColor Color) in ColorScope()
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DYAMLParser.cpp538 bool ShowColors; member in llvm::yaml::Scanner
835 Scanner::Scanner(StringRef Input, SourceMgr &sm, bool ShowColors, in Scanner()
841 Scanner::Scanner(MemoryBufferRef Buffer, SourceMgr &SM_, bool ShowColors, in Scanner()
1842 Stream::Stream(StringRef Input, SourceMgr &SM, bool ShowColors, in Stream()
1846 Stream::Stream(MemoryBufferRef InputBuffer, SourceMgr &SM, bool ShowColors, in Stream()
H A DSourceMgr.cpp473 void SMDiagnostic::print(const char *ProgName, raw_ostream &OS, bool ShowColors, in print()
/netbsd/external/apache2/llvm/dist/llvm/utils/yaml-bench/
H A DYAMLBench.cpp198 bool ShowColors = UseColor == cl::BOU_UNSET in main() local
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTConsumers.cpp57 bool ShowColors = Out.has_colors(); in TraverseDecl() local
H A DTextDiagnostic.cpp697 bool ShowColors) { in printDiagnosticLevel()
730 unsigned Columns, bool ShowColors) { in printDiagnosticMessage()
H A DCompilerInvocation.cpp2080 } ShowColors = DefaultColor ? Colors_Auto : Colors_Off; in parseShowColorsArgs() local
/netbsd/external/apache2/llvm/dist/clang/tools/clang-format/
H A DClangFormat.cpp165 ShowColors("fcolor-diagnostics", variable
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h271 bool ShowColors = false; variable
1795 unsigned ShowColors : 1; member
/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp275 void AnalysisDeclContext::dumpCFG(bool ShowColors) { in dumpCFG()
H A DCFG.cpp5617 bool ShowColors) { in print_block()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DTextNodeDumper.cpp60 bool ShowColors) in TextNodeDumper()
66 TextNodeDumper::TextNodeDumper(raw_ostream &OS, bool ShowColors) in TextNodeDumper()
H A DASTDiagnostic.cpp2083 bool ShowColors, raw_ostream &OS) { in FormatTemplateTypeDiff()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6148 SMRange Range, bool ShowColors) { in printWarningWithFixIt()