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

References

tools/clang/tools/extra/clangd/Selection.cpp
   65   void claim(unsigned Begin, unsigned End, SelectionTree::Selection &Result) {
  114     SelectionTree::Selection Selected;
  169     SelectionTree::Selection UnclaimedTokens = SelectionTree::Unselected;
  385   void claimRange(SourceRange S, SelectionTree::Selection &Result) {
tools/clang/tools/extra/clangd/Selection.h
  103     Selection Selected;
tools/clang/tools/extra/clangd/refactor/tweaks/ExtractFunction.cpp
  121   case SelectionTree::Selection::Unselected:
  126   case SelectionTree::Selection::Partial:
  129   case SelectionTree::Selection::Complete:
usr/include/c++/7.4.0/bits/algorithmfwd.h
  369     const _Tp&
  370     max(const _Tp&, const _Tp&);
  370     max(const _Tp&, const _Tp&);