Home
last modified time | relevance | path

Searched defs:ShowColors (Results 1 – 15 of 15) 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.h36 const bool ShowColors; variable
124 TextTreeStructure(raw_ostream &OS, bool ShowColors) in TextTreeStructure()
139 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.cpp552 bool ShowColors; global() member in llvm::yaml::Scanner
849 Scanner(StringRef Input,SourceMgr & sm,bool ShowColors,std::error_code * EC) Scanner() argument
855 Scanner(MemoryBufferRef Buffer,SourceMgr & SM_,bool ShowColors,std::error_code * EC) Scanner() argument
1898 Stream(StringRef Input,SourceMgr & SM,bool ShowColors,std::error_code * EC) Stream() argument
1902 Stream(MemoryBufferRef InputBuffer,SourceMgr & SM,bool ShowColors,std::error_code * EC) Stream() argument
[all...]
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.cpp687 bool ShowColors) { in printDiagnosticLevel()
720 unsigned Columns, bool ShowColors) { in printDiagnosticMessage()
1134 const LangOptions &LangOpts, bool ShowColors, FileID FID, in highlightLines()
H A DCompilerInvocation.cpp2344 } ShowColors = DefaultColor ? Colors_Auto : Colors_Off; in parseShowColorsArgs() local
2501 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.cpp5921 bool ShowColors) { in print_block()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp63 bool ShowColors) in TextNodeDumper()
69 TextNodeDumper::TextNodeDumper(raw_ostream &OS, bool ShowColors) in TextNodeDumper()
H A DASTDiagnostic.cpp2163 bool ShowColors, raw_ostream &OS) { in FormatTemplateTypeDiff()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6221 SMRange Range, bool ShowColors) { in printWarningWithFixIt()