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

References

tools/clang/lib/Tooling/Refactoring/ASTSelection.cpp
  219   if (const Decl *D = Node.Node.get<Decl>()) {
  223   } else if (const Stmt *S = Node.Node.get<Stmt>()) {
  226   OS << ' ' << selectionKindToString(Node.SelectionKind) << "\n";
  227   for (const auto &Child : Node.Children)