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
  253   ExtZone.EnclosingFunction = findEnclosingFunction(ExtZone.Parent);
  254   if (!ExtZone.EnclosingFunction)
  259       !validSingleChild(ExtZone.getLastRootStmt(), ExtZone.EnclosingFunction))
  262           computeEnclosingFuncRange(ExtZone.EnclosingFunction, SM, LangOpts))
  430       TraverseDecl(const_cast<FunctionDecl *>(ExtZone.EnclosingFunction));
  610       ExtZone.EnclosingFunction->getDeclContext();