Home
last modified time | relevance | path

Searched refs:getShowColors (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DASTDumper.cpp163 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 DQuery.cpp246 ASTDumper Dumper(OS, Ctx, AST->getDiagnostics().getShowColors()); in run()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnostic.h708 bool getShowColors() { return ShowColors; } in getShowColors() function