Searched defs:ShowColors (Results 1 – 13 of 13) sorted by relevance
/external/clang/tools/diagtool/ |
D | TreeView.cpp | 35 const bool ShowColors; member in TreePrinter
|
/external/llvm/lib/Support/ |
D | YAMLParser.cpp | 555 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() 1771 Stream::Stream(StringRef Input, SourceMgr &SM, bool ShowColors) in Stream() 1774 Stream::Stream(MemoryBufferRef InputBuffer, SourceMgr &SM, bool ShowColors) in Stream()
|
D | SourceMgr.cpp | 335 void SMDiagnostic::print(const char *ProgName, raw_ostream &S, bool ShowColors, in print()
|
/external/llvm/utils/yaml-bench/ |
D | YAMLBench.cpp | 197 bool ShowColors = UseColor == cl::BOU_UNSET in main() local
|
/external/clang/lib/Frontend/ |
D | ASTConsumers.cpp | 56 bool ShowColors = Out.has_colors(); in TraverseDecl() local
|
D | TextDiagnostic.cpp | 702 bool ShowColors, in printDiagnosticLevel() 745 unsigned Columns, bool ShowColors) { in printDiagnosticMessage()
|
/external/clang/include/clang/Basic/ |
D | Diagnostic.h | 180 bool ShowColors; // Color printing is enabled. variable 1396 unsigned ShowColors : 1; member
|
/external/clang/lib/Analysis/ |
D | AnalysisDeclContext.cpp | 266 void AnalysisDeclContext::dumpCFG(bool ShowColors) { in dumpCFG()
|
D | CFG.cpp | 4305 bool ShowColors) { in print_block()
|
/external/clang/lib/AST/ |
D | ASTDumper.cpp | 120 bool ShowColors; member in __anon59a9c3280111::ASTDumper 209 const SourceManager *SM, bool ShowColors) in ASTDumper()
|
D | ASTDiagnostic.cpp | 1928 bool ShowColors, raw_ostream &OS) { in FormatTemplateTypeDiff()
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 3689 SMRange Range, bool ShowColors) { in printWarningWithFixIt()
|
/external/clang/lib/Driver/ |
D | Tools.cpp | 5261 enum { Colors_On, Colors_Off, Colors_Auto } ShowColors = Colors_Auto; in ConstructJob() local
|