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

References

tools/clang/tools/extra/clangd/Selection.cpp
  395     assert(Range && "We should be able to get the File Range");
  396     dlog("{1}claimRange: {0}", Range->printToString(SM), indent());
  397     auto B = SM.getDecomposedLoc(Range->getBegin());
  398     auto E = SM.getDecomposedLoc(Range->getEnd());