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

References

tools/clang/tools/extra/clangd/refactor/tweaks/ExtractFunction.cpp
  475       Info.createDeclInfo(D, CurrentLocation);
  482       auto *DeclInfo = Info.getDeclInfoFor(D);
  485         DeclInfo = Info.createDeclInfo(D, ZoneRelative::OutsideFunc);
  493         Info.HasReturnStmt = true;
  502         Info.BrokenControlFlow = true;
  510         Info.BrokenControlFlow = true;
  522   return std::move(Visitor.Info);