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

References

tools/clang/tools/extra/clangd/refactor/tweaks/ExtractVariable.cpp
  143        CurNode->Parent && CanExtractOutside(CurNode);
  143        CurNode->Parent && CanExtractOutside(CurNode);
  144        CurNode = CurNode->Parent) {
  144        CurNode = CurNode->Parent) {
  145     const clang::Stmt *CurInsertionPoint = CurNode->ASTNode.get<Stmt>();
  149     if (const clang::Stmt *CurParent = CurNode->Parent->ASTNode.get<Stmt>()) {