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

Declarations

tools/clang/tools/extra/clangd/refactor/tweaks/ExtractVariable.cpp
   63   bool exprIsValidOutside(const clang::Stmt *Scope) const;

References

tools/clang/tools/extra/clangd/refactor/tweaks/ExtractVariable.cpp
  147     if (CurInsertionPoint && !exprIsValidOutside(CurInsertionPoint))