Home
last modified time | relevance | path

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

/external/clang/tools/diagtool/
DTreeView.cpp36 bool FlagsOnly; member in TreePrinter
39 : out(out), ShowColors(hasColors(out)), FlagsOnly(false) {} in TreePrinter()
72 if (!FlagsOnly) { in printGroup()
148 bool FlagsOnly = false; in run() local
152 FlagsOnly = true; in run()
179 TP.FlagsOnly = FlagsOnly; in run()