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

References

tools/clang/tools/extra/clangd/XRefs.cpp
  365       return std::tie(L.Loc, L.Role) < std::tie(R.Loc, R.Role);
  365       return std::tie(L.Loc, L.Role) < std::tie(R.Loc, R.Role);
  370                                    return std::tie(L.Loc, L.Role) ==
  371                                           std::tie(R.Loc, R.Role);
  428                           AST.getASTContext().getLangOpts(), Ref.Loc)) {
  943                                    return L.Loc == R.Loc;
  943                                    return L.Loc == R.Loc;
  949                           AST.getASTContext().getLangOpts(), Ref.Loc)) {