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
  600   CapturedZoneInfo CapturedInfo = captureZoneInfo(ExtZone);
  606   NewFunction ExtractedFunc(getSemicolonPolicy(ExtZone, SM, LangOpts));
  607   ExtractedFunc.BodyRange = ExtZone.ZoneRange;
  608   ExtractedFunc.InsertionPoint = ExtZone.getInsertionPoint();
  610       ExtZone.EnclosingFunction->getDeclContext();