Home
last modified time | relevance | path

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

/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() argument
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()
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DLogger.cpp29 bool ShowColors; member
/llvm-project/llvm/utils/yaml-bench/
H A DYAMLBench.cpp196 bool ShowColors = UseColor == cl::BOU_UNSET main() local
/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp560 bool ShowColors; global() member in llvm::yaml::Scanner
857 Scanner(StringRef Input,SourceMgr & sm,bool ShowColors,std::error_code * EC) Scanner() argument
863 Scanner(MemoryBufferRef Buffer,SourceMgr & SM_,bool ShowColors,std::error_code * EC) Scanner() argument
1915 Stream(StringRef Input,SourceMgr & SM,bool ShowColors,std::error_code * EC) Stream() argument
1919 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() argument
[all...]
/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() argument
720 unsigned Columns, bool ShowColors) { in printDiagnosticMessage() argument
1134 highlightLines(StringRef FileData,unsigned StartLineNumber,unsigned EndLineNumber,const Preprocessor * PP,const LangOptions & LangOpts,bool ShowColors,FileID FID,const SourceManager & SM) highlightLines() argument
[all...]
H A DCompilerInvocation.cpp2316 } ShowColors = DefaultColor ? Colors_Auto : Colors_Off; parseShowColorsArgs() local
2473 bool ShowColors = true; CreateAndPopulateDiagOpts() local
[all...]
/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp193 ShowColors("fcolor-diagnostics", variable
/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp274 void AnalysisDeclContext::dumpCFG(bool ShowColors) { in dumpCFG()
H A DCFG.cpp5921 print_block(raw_ostream & OS,const CFG * cfg,const CFGBlock & B,StmtPrinterHelper & Helper,bool print_edges,bool ShowColors) print_block() argument
[all...]
/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp63 bool ShowColors) in TextNodeDumper() argument
69 TextNodeDumper::TextNodeDumper(raw_ostream &OS, bool ShowColors) in TextNodeDumper() argument
[all...]
H A DASTDiagnostic.cpp2163 FormatTemplateTypeDiff(ASTContext & Context,QualType FromType,QualType ToType,bool PrintTree,bool PrintFromType,bool ElideType,bool ShowColors,raw_ostream & OS) FormatTemplateTypeDiff() argument
/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h272 bool ShowColors = false; global() variable
/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6221 printWarningWithFixIt(const Twine & Msg,const Twine & FixMsg,SMRange Range,bool ShowColors) printWarningWithFixIt() argument