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

References

tools/clang/tools/extra/clangd/Selection.cpp
   86     for (auto It = Start; It != Tokens.end() && It->StartOffset < End; ++It) {
   86     for (auto It = Start; It != Tokens.end() && It->StartOffset < End; ++It) {
   86     for (auto It = Start; It != Tokens.end() && It->StartOffset < End; ++It) {
   87       if (It->Selected) {
   88         if (!It->Claimed) {
   90           It->Claimed = true;
   93           PartialSelection |= (It->Selected == SelectionTree::Partial);