Home
last modified time | relevance | path

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

/freebsd-src/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.h35 const bool ShowColors; global() variable
123 TextTreeStructure(raw_ostream & OS,bool ShowColors) TextTreeStructure() argument
137 const bool ShowColors; global() variable
H A DASTDumperUtils.h88 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 DLogger.cpp29 bool ShowColors; member
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp560 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 DSourceMgr.cpp484 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 DASTConsumers.cpp57 bool ShowColors = Out.has_colors(); in TraverseDecl() local
H A DTextDiagnostic.cpp711 if (ShowColors) in printDiagnosticMessage() argument
678 printDiagnosticLevel(raw_ostream & OS,DiagnosticsEngine::Level Level,bool ShowColors) printDiagnosticLevel() argument
[all...]
H A DCompilerInvocation.cpp2271 } 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 DClangFormat.cpp193 ShowColors("fcolor-diagnostics", variable
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp274 void AnalysisDeclContext::dumpCFG(bool ShowColors) { in dumpCFG()
H A DCFG.cpp5924 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 DTextNodeDumper.cpp62 TextNodeDumper(raw_ostream & OS,const ASTContext & Context,bool ShowColors) TextNodeDumper() argument
68 TextNodeDumper(raw_ostream & OS,bool ShowColors) TextNodeDumper() argument
[all...]
H A DASTDiagnostic.cpp2136 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 DDiagnostic.h272 bool ShowColors = false; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6221 SMRange Range, bool ShowColors) { in printWarningWithFixIt() argument