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

References

tools/clang/tools/extra/clangd/CodeComplete.cpp
 1840   LSP.insertTextFormat = Opts.EnableSnippets ? InsertTextFormat::Snippet
tools/clang/tools/extra/clangd/Protocol.cpp
  821   if (CI.insertTextFormat != InsertTextFormat::Missing)
  822     Result["insertTextFormat"] = static_cast<int>(CI.insertTextFormat);
tools/clang/tools/extra/clangd/unittests/CodeCompleteTests.cpp
 1615   EXPECT_EQ(R.insertTextFormat, InsertTextFormat::PlainText);
 1626   EXPECT_EQ(R.insertTextFormat, InsertTextFormat::Snippet);