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

References

tools/clang/tools/extra/clangd/DraftStore.cpp
   64     if (!StartIndex)
   65       return StartIndex.takeError();
   72     if (*EndIndex < *StartIndex)
   87         lspLength(Contents.substr(*StartIndex, *EndIndex - *StartIndex));
   87         lspLength(Contents.substr(*StartIndex, *EndIndex - *StartIndex));
   97     NewContents.reserve(*StartIndex + Change.text.length() +
  100     NewContents = Contents.substr(0, *StartIndex);