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

Declarations

tools/clang/tools/extra/clangd/Protocol.h
  750   const static llvm::StringLiteral CLANGD_APPLY_TWEAK;

References

tools/clang/tools/extra/clangd/ClangdLSPServer.cpp
   63   CA.command->command = Command::CLANGD_APPLY_TWEAK;
  576                    ExecuteCommandParams::CLANGD_APPLY_TWEAK}},
  680   } else if (Params.command == ExecuteCommandParams::CLANGD_APPLY_TWEAK &&
tools/clang/tools/extra/clangd/Protocol.cpp
  539   if (R.command == ExecuteCommandParams::CLANGD_APPLY_TWEAK)