Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/include/clang/AST/
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()
DTextNodeDumper.h34 const bool ShowColors; variable
124 TextTreeStructure(raw_ostream &OS, bool ShowColors) in TextTreeStructure()
138 const bool ShowColors; variable
DASTDumperUtils.h88 const bool ShowColors; variable
91 ColorScope(llvm::raw_ostream &OS, bool ShowColors, TerminalColor Color) in ColorScope()
/external/clang/tools/diagtool/
DTreeView.cpp35 const bool ShowColors; member in TreePrinter
/external/llvm-project/flang/lib/Frontend/
DCompilerInvocation.cpp49 } ShowColors = defaultColor ? Colors_Auto : Colors_Off; in parseShowColorsArgs() local
/external/llvm-project/llvm/lib/Support/
DYAMLParser.cpp538 bool ShowColors; member in llvm::yaml::Scanner
749 Scanner::Scanner(StringRef Input, SourceMgr &sm, bool ShowColors, in Scanner()
755 Scanner::Scanner(MemoryBufferRef Buffer, SourceMgr &SM_, bool ShowColors, in Scanner()
1764 Stream::Stream(StringRef Input, SourceMgr &SM, bool ShowColors, in Stream()
1768 Stream::Stream(MemoryBufferRef InputBuffer, SourceMgr &SM, bool ShowColors, in Stream()
DSourceMgr.cpp475 void SMDiagnostic::print(const char *ProgName, raw_ostream &OS, bool ShowColors, in print()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DYAMLParser.cpp545 bool ShowColors; member in llvm::yaml::Scanner
756 Scanner::Scanner(StringRef Input, SourceMgr &sm, bool ShowColors, in Scanner()
762 Scanner::Scanner(MemoryBufferRef Buffer, SourceMgr &SM_, bool ShowColors, in Scanner()
1770 Stream::Stream(StringRef Input, SourceMgr &SM, bool ShowColors, in Stream()
1774 Stream::Stream(MemoryBufferRef InputBuffer, SourceMgr &SM, bool ShowColors, in Stream()
DSourceMgr.cpp369 bool ShowColors, bool ShowKindLabel) const { in print()
/external/llvm/lib/Support/
DYAMLParser.cpp555 bool ShowColors; member in llvm::yaml::Scanner
761 Scanner::Scanner(StringRef Input, SourceMgr &sm, bool ShowColors) in Scanner()
766 Scanner::Scanner(MemoryBufferRef Buffer, SourceMgr &SM_, bool ShowColors) in Scanner()
1769 Stream::Stream(StringRef Input, SourceMgr &SM, bool ShowColors) in Stream()
1772 Stream::Stream(MemoryBufferRef InputBuffer, SourceMgr &SM, bool ShowColors) in Stream()
DSourceMgr.cpp335 void SMDiagnostic::print(const char *ProgName, raw_ostream &S, bool ShowColors, in print()
/external/llvm/utils/yaml-bench/
DYAMLBench.cpp197 bool ShowColors = UseColor == cl::BOU_UNSET in main() local
/external/llvm-project/llvm/utils/yaml-bench/
DYAMLBench.cpp198 bool ShowColors = UseColor == cl::BOU_UNSET in main() local
/external/llvm-project/clang/lib/Frontend/
DASTConsumers.cpp57 bool ShowColors = Out.has_colors(); in TraverseDecl() local
DTextDiagnostic.cpp698 bool ShowColors, in printDiagnosticLevel()
741 unsigned Columns, bool ShowColors) { in printDiagnosticMessage()
/external/clang/lib/Frontend/
DASTConsumers.cpp56 bool ShowColors = Out.has_colors(); in TraverseDecl() local
DTextDiagnostic.cpp702 bool ShowColors, in printDiagnosticLevel()
745 unsigned Columns, bool ShowColors) { in printDiagnosticMessage()
DCompilerInvocation.cpp885 } ShowColors = DefaultColor ? Colors_Auto : Colors_Off; in parseShowColorsArgs() local
/external/llvm-project/clang/tools/clang-format/
DClangFormat.cpp160 ShowColors("fcolor-diagnostics", variable
/external/clang/include/clang/Basic/
DDiagnostic.h181 bool ShowColors; // Color printing is enabled. variable
1403 unsigned ShowColors : 1; member
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp276 void AnalysisDeclContext::dumpCFG(bool ShowColors) { in dumpCFG()
/external/llvm-project/clang/include/clang/Basic/
DDiagnostic.h271 bool ShowColors = false; variable
1756 unsigned ShowColors : 1; member
/external/llvm-project/clang/lib/Analysis/
DAnalysisDeclContext.cpp275 void AnalysisDeclContext::dumpCFG(bool ShowColors) { in dumpCFG()
/external/llvm-project/clang/lib/AST/
DTextNodeDumper.cpp60 bool ShowColors) in TextNodeDumper()
66 TextNodeDumper::TextNodeDumper(raw_ostream &OS, bool ShowColors) in TextNodeDumper()
/external/clang/lib/AST/
DASTDumper.cpp122 bool ShowColors; member in __anon59a9c3280111::ASTDumper
211 const SourceManager *SM, bool ShowColors) in ASTDumper()

12