Home
last modified time | relevance | path

Searched refs:LSPLocDef (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DXRefs.cpp1441 const auto LSPLocDef = toLSPLocation(Object.Definition, *MainFilePath); in findReferences() local
1442 if (LSPLocDecl && LSPLocDecl != LSPLocDef) { in findReferences()
1449 if (LSPLocDef) { in findReferences()
1451 Result.Loc = std::move(*LSPLocDef); in findReferences()