Searched refs:LSPLocDef (Results 1 – 1 of 1) sorted by relevance
1441 const auto LSPLocDef = toLSPLocation(Object.Definition, *MainFilePath); in findReferences() local1442 if (LSPLocDecl && LSPLocDecl != LSPLocDef) { in findReferences()1449 if (LSPLocDef) { in findReferences()1451 Result.Loc = std::move(*LSPLocDef); in findReferences()