/llvm-project/clang/include/clang/AST/ |
H A D | ASTDumper.h | 24 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 D | TextNodeDumper.h | 36 const bool ShowColors; variable 124 TextTreeStructure(raw_ostream &OS, bool ShowColors) in TextTreeStructure() argument 139 const bool ShowColors; variable
|
H A D | ASTDumperUtils.h | 88 const bool ShowColors; variable 91 ColorScope(llvm::raw_ostream &OS, bool ShowColors, TerminalColor Color) in ColorScope()
|
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | Logger.cpp | 29 bool ShowColors; member
|
/llvm-project/llvm/utils/yaml-bench/ |
H A D | YAMLBench.cpp | 196 bool ShowColors = UseColor == cl::BOU_UNSET main() local
|
/llvm-project/llvm/lib/Support/ |
H A D | YAMLParser.cpp | 560 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 D | SourceMgr.cpp | 484 void SMDiagnostic::print(const char *ProgName, raw_ostream &OS, bool ShowColors, in print() argument [all...] |
/llvm-project/clang/lib/Frontend/ |
H A D | ASTConsumers.cpp | 57 bool ShowColors = Out.has_colors(); in TraverseDecl() local
|
H A D | TextDiagnostic.cpp | 687 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 D | CompilerInvocation.cpp | 2316 } ShowColors = DefaultColor ? Colors_Auto : Colors_Off; parseShowColorsArgs() local 2473 bool ShowColors = true; CreateAndPopulateDiagOpts() local [all...] |
/llvm-project/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 193 ShowColors("fcolor-diagnostics", variable
|
/llvm-project/clang/lib/Analysis/ |
H A D | AnalysisDeclContext.cpp | 274 void AnalysisDeclContext::dumpCFG(bool ShowColors) { in dumpCFG()
|
H A D | CFG.cpp | 5921 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 D | TextNodeDumper.cpp | 63 bool ShowColors) in TextNodeDumper() argument 69 TextNodeDumper::TextNodeDumper(raw_ostream &OS, bool ShowColors) in TextNodeDumper() argument [all...] |
H A D | ASTDiagnostic.cpp | 2163 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 D | Diagnostic.h | 272 bool ShowColors = false; global() variable
|
/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 6221 printWarningWithFixIt(const Twine & Msg,const Twine & FixMsg,SMRange Range,bool ShowColors) printWarningWithFixIt() argument
|