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

References

tools/clang/tools/extra/clangd/unittests/ClangdTests.cpp
  121   while (RE.match(Pending, &Matches)) {
  123     auto MatchPos = Matches[0].data() - Pending.data();
  125     Result += Pending.take_front(MatchPos);
  126     Pending = Pending.drop_front(MatchPos + Matches[0].size());
  126     Pending = Pending.drop_front(MatchPos + Matches[0].size());
  128   Result += Pending;