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

References

tools/clang/tools/extra/clangd/SourceCode.cpp
  924     Found.push_back(Enclosing);
  928         Found.push_back(Used.getKey());
  931   llvm::sort(Found, [&](const std::string &LHS, const std::string &RHS) {
  938   Found.erase(std::unique(Found.begin(), Found.end()), Found.end());
  938   Found.erase(std::unique(Found.begin(), Found.end()), Found.end());
  938   Found.erase(std::unique(Found.begin(), Found.end()), Found.end());
  938   Found.erase(std::unique(Found.begin(), Found.end()), Found.end());
  939   return Found;