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

Declarations

tools/clang/tools/extra/clangd/refactor/tweaks/ExtractFunction.cpp
  380   DeclInformation *createDeclInfo(const Decl *D, ZoneRelative RelativeLoc);

References

tools/clang/tools/extra/clangd/refactor/tweaks/ExtractFunction.cpp
  475       Info.createDeclInfo(D, CurrentLocation);
  485         DeclInfo = Info.createDeclInfo(D, ZoneRelative::OutsideFunc);