/freebsd-src/contrib/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 | 35 const bool ShowColors; global() variable 123 TextTreeStructure(raw_ostream & OS,bool ShowColors) TextTreeStructure() argument 137 const bool ShowColors; global() variable
|
H A D | ASTDumperUtils.h | 88 const bool ShowColors; variable 91 ColorScope(llvm::raw_ostream &OS, bool ShowColors, TerminalColor Color) in ColorScope()
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | Logger.cpp | 29 bool ShowColors; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | YAMLParser.cpp | 560 bool ShowColors; member in llvm::yaml::Scanner 857 Scanner::Scanner(StringRef Input, SourceMgr &sm, bool ShowColors, in Scanner() 863 Scanner::Scanner(MemoryBufferRef Buffer, SourceMgr &SM_, bool ShowColors, in Scanner() 1915 Stream::Stream(StringRef Input, SourceMgr &SM, bool ShowColors, in Stream() 1919 Stream::Stream(MemoryBufferRef InputBuffer, SourceMgr &SM, bool ShowColors, in Stream()
|
H A D | SourceMgr.cpp | 484 void SMDiagnostic::print(const char *ProgName, raw_ostream &OS, bool ShowColors, in print() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ASTConsumers.cpp | 57 bool ShowColors = Out.has_colors(); in TraverseDecl() local
|
H A D | TextDiagnostic.cpp | 711 if (ShowColors) in printDiagnosticMessage() argument 678 printDiagnosticLevel(raw_ostream & OS,DiagnosticsEngine::Level Level,bool ShowColors) printDiagnosticLevel() argument [all...] |
H A D | CompilerInvocation.cpp | 2271 } ShowColors = DefaultColor ? Colors_Auto : Colors_Off; parseShowColorsArgs() local 2425 bool ShowColors = true; CreateAndPopulateDiagOpts() local [all...] |
/freebsd-src/contrib/llvm-project/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 193 ShowColors("fcolor-diagnostics", variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | AnalysisDeclContext.cpp | 274 void AnalysisDeclContext::dumpCFG(bool ShowColors) { in dumpCFG()
|
H A D | CFG.cpp | 5924 print_block(raw_ostream & OS,const CFG * cfg,const CFGBlock & B,StmtPrinterHelper & Helper,bool print_edges,bool ShowColors) print_block() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | TextNodeDumper.cpp | 62 TextNodeDumper(raw_ostream & OS,const ASTContext & Context,bool ShowColors) TextNodeDumper() argument 68 TextNodeDumper(raw_ostream & OS,bool ShowColors) TextNodeDumper() argument [all...] |
H A D | ASTDiagnostic.cpp | 2136 FormatTemplateTypeDiff(ASTContext & Context,QualType FromType,QualType ToType,bool PrintTree,bool PrintFromType,bool ElideType,bool ShowColors,raw_ostream & OS) FormatTemplateTypeDiff() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Diagnostic.h | 272 bool ShowColors = false; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 6221 SMRange Range, bool ShowColors) { in printWarningWithFixIt() argument
|