Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTDumper.cpp171 ASTDumper Dumper(OS, Context, Context.getDiagnostics().getShowColors()); in dump()
199 ASTDumper P(OS, Ctx, Ctx.getDiagnostics().getShowColors()); in dump()
222 ASTDumper P(OS, Ctx, Ctx.getDiagnostics().getShowColors()); in dumpLookups()
238 ASTDumper P(OS, Context, Context.getDiagnostics().getShowColors()); in dump()
264 ASTDumper Dumper(OS, Context, Context.getDiagnostics().getShowColors()); in dump()
288 Context.getDiagnostics().getShowColors()); in dump()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h706 bool getShowColors() { return ShowColors; } in getShowColors() function