Searched refs:getShowColors (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
D | ASTDumper.cpp | 171 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/ |
D | Query.cpp | 160 ASTDumper Dumper(OS, Ctx, SM.getDiagnostics().getShowColors()); in run()
|
/external/clang/include/clang/Basic/ |
D | Diagnostic.h | 490 bool getShowColors() { return ShowColors; } in getShowColors() function
|
/external/llvm-project/clang/include/clang/Basic/ |
D | Diagnostic.h | 699 bool getShowColors() { return ShowColors; } in getShowColors() function
|
/external/clang/lib/AST/ |
D | ASTDumper.cpp | 208 ShowColors(SM && SM->getDiagnostics().getShowColors()) { } in ASTDumper()
|