reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Tooling/Syntax/Tree.cpp
  105     for (bool Filled : IndentMask) {
  113       IndentMask.push_back(false);
  116       IndentMask.push_back(true);
  118     dumpTree(OS, It, A, IndentMask);
  119     IndentMask.pop_back();