OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ShowColors
(Results
1 - 6
of
6
) sorted by null
/external/clang/tools/diagtool/
TreeView.cpp
36
static bool
showColors
(llvm::raw_ostream &out) {
42
static void setColor(bool
ShowColors
, llvm::raw_ostream &out,
44
if (
ShowColors
)
48
static void resetColor(bool
ShowColors
, llvm::raw_ostream &out) {
49
if (
ShowColors
)
64
bool
ShowColors
=
showColors
(out);
65
setColor(
ShowColors
, out, llvm::raw_ostream::YELLOW);
67
resetColor(
ShowColors
, out);
80
if (
ShowColors
) {
[
all
...]
/external/clang/lib/Frontend/
ASTConsumers.cpp
57
bool
ShowColors
= Out.has_colors();
58
if (
ShowColors
)
61
if (
ShowColors
)
/external/clang/include/clang/Basic/
Diagnostic.h
178
bool
ShowColors
; // Color printing is enabled.
472
void setShowColors(bool Val = false) {
ShowColors
= Val; }
473
bool getShowColors() { return
ShowColors
; }
[
all
...]
/external/clang/lib/AST/
ASTDumper.cpp
109
bool
ShowColors
;
132
if (Dumper.
ShowColors
)
136
if (Dumper.
ShowColors
)
146
ShowColors
(SM && SM->getDiagnostics().getShowColors()) { }
149
const SourceManager *SM, bool
ShowColors
)
152
ShowColors
(
ShowColors
) { }
[
all
...]
/external/clang/lib/Driver/
Tools.cpp
[
all
...]
/external/clang/lib/Analysis/
CFG.cpp
[
all
...]
Completed in 379 milliseconds