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

References

tools/clang/lib/Tooling/Refactoring/ASTSelection.cpp
  346   if (ASTSelection.Node.get<DeclStmt>()) {
  349     for (const auto &Child : ASTSelection.Children) {
  352             std::cref(ASTSelection), {ParentStack.begin(), ParentStack.end()}});
  357     if (!hasAnyDirectChildrenWithKind(ASTSelection, Kind)) {
  360           std::cref(ASTSelection), {ParentStack.begin(), ParentStack.end()}});
  365   ParentStack.push_back(std::cref(ASTSelection));
  366   for (const auto &Child : ASTSelection.Children)