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
  124     Parent = CommonAnc;
  132     Parent = CommonAnc->Parent;
  137     if (Parent->ASTNode.get<DeclStmt>())
  138       Parent = Parent->Parent;
  138       Parent = Parent->Parent;
  142   return llvm::all_of(Parent->Children, isRootStmt) ? Parent : nullptr;
  142   return llvm::all_of(Parent->Children, isRootStmt) ? Parent : nullptr;