Home
last modified time | relevance | path

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

/external/clang/tools/diagtool/
DTreeView.cpp35 const bool ShowColors; member in TreePrinter
/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()
1771 Stream::Stream(StringRef Input, SourceMgr &SM, bool ShowColors) in Stream()
1774 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/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()
/external/clang/include/clang/Basic/
DDiagnostic.h180 bool ShowColors; // Color printing is enabled. variable
1396 unsigned ShowColors : 1; member
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp266 void AnalysisDeclContext::dumpCFG(bool ShowColors) { in dumpCFG()
DCFG.cpp4305 bool ShowColors) { in print_block()
/external/clang/lib/AST/
DASTDumper.cpp120 bool ShowColors; member in __anon59a9c3280111::ASTDumper
209 const SourceManager *SM, bool ShowColors) in ASTDumper()
DASTDiagnostic.cpp1928 bool ShowColors, raw_ostream &OS) { in FormatTemplateTypeDiff()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp3689 SMRange Range, bool ShowColors) { in printWarningWithFixIt()
/external/clang/lib/Driver/
DTools.cpp5261 enum { Colors_On, Colors_Off, Colors_Auto } ShowColors = Colors_Auto; in ConstructJob() local