Searched refs:MaybeDefLoc (Results 1 – 1 of 1) sorted by relevance
508 auto MaybeDefLoc = indexToLSPLocation(Sym.Definition, MainFilePath); in locateSymbolTextually() local509 if (!MaybeDefLoc) { in locateSymbolTextually()510 log("locateSymbolNamedTextuallyAt: {0}", MaybeDefLoc.takeError()); in locateSymbolTextually()513 Located.PreferredDeclaration = *MaybeDefLoc; in locateSymbolTextually()514 Located.Definition = *MaybeDefLoc; in locateSymbolTextually()