Searched refs:getShowColors (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTDumper.cpp | 163 ASTDumper Dumper(OS, Context, Context.getDiagnostics().getShowColors()); in dump() 191 ASTDumper P(OS, Ctx, Ctx.getDiagnostics().getShowColors()); in dump() 214 ASTDumper P(OS, Ctx, Ctx.getDiagnostics().getShowColors()); in dumpLookups() 230 ASTDumper P(OS, Context, Context.getDiagnostics().getShowColors()); in dump() 256 ASTDumper Dumper(OS, Context, Context.getDiagnostics().getShowColors()); in dump() 280 Context.getDiagnostics().getShowColors()); in dump()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-query/ |
| H A D | Query.cpp | 246 ASTDumper Dumper(OS, Ctx, AST->getDiagnostics().getShowColors()); in run()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Diagnostic.h | 708 bool getShowColors() { return ShowColors; } in getShowColors() function
|