Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
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()
/external/llvm-project/clang-tools-extra/clang-query/
DQuery.cpp160 ASTDumper Dumper(OS, Ctx, SM.getDiagnostics().getShowColors()); in run()
/external/clang/include/clang/Basic/
DDiagnostic.h490 bool getShowColors() { return ShowColors; } in getShowColors() function
/external/llvm-project/clang/include/clang/Basic/
DDiagnostic.h699 bool getShowColors() { return ShowColors; } in getShowColors() function
/external/clang/lib/AST/
DASTDumper.cpp208 ShowColors(SM && SM->getDiagnostics().getShowColors()) { } in ASTDumper()