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

References

tools/clang/tools/extra/clangd/ClangdLSPServer.cpp
  112   for (const auto &It : E.ApplyEdits) {
  695              (!R->ApplyEdits.empty() && "tweak has no effect"));
  704       if (R->ApplyEdits.empty())
  712       for (const auto &It : R->ApplyEdits) {
tools/clang/tools/extra/clangd/ClangdServer.cpp
  408         for (auto &It : Effect->ApplyEdits) {
tools/clang/tools/extra/clangd/refactor/Tweak.cpp
  111   E.ApplyEdits.try_emplace(PathAndEdit->first, PathAndEdit->second);
tools/clang/tools/extra/clangd/refactor/tweaks/DefineInline.cpp
  380       E.ApplyEdits.try_emplace(std::move(Pair.first), std::move(Pair.second));
tools/clang/tools/extra/clangd/unittests/TweakTesting.cpp
  111   if (Result->ApplyEdits.empty())
  115   for (auto &It : Result->ApplyEdits) {