Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/
DASTDumper.cpp191 ASTDumper Dumper(OS, Context, Context.getDiagnostics().getShowColors()); in dump()
219 ASTDumper P(OS, Ctx, Ctx.getDiagnostics().getShowColors()); in dump()
250 Ctx->getDiagnostics().getShowColors()) in dumpAsDecl()
267 ASTDumper P(OS, Ctx, Ctx.getDiagnostics().getShowColors()); in dumpLookups()
283 ASTDumper P(OS, Context, Context.getDiagnostics().getShowColors()); in dump()
309 ASTDumper Dumper(OS, Context, Context.getDiagnostics().getShowColors()); in dump()
333 Context.getDiagnostics().getShowColors()); in dump()
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DDiagnostic.h708 bool getShowColors() { return ShowColors; } in getShowColors() function