Searched refs:convertTokenLocToRange (Results 1 – 4 of 4) sorted by relevance
52 return getLocationFromLoc(mgr, lsp::convertTokenLocToRange(loc), uri); in getLocationFromLoc()107 defLoc(lsp::convertTokenLocToRange(record->getLoc().front())) {} in TableGenIndexSymbol()110 defLoc(lsp::convertTokenLocToRange(value->getLoc())) {} in TableGenIndexSymbol()174 refLoc = lsp::convertTokenLocToRange(SMLoc::getFromPointer(startLoc)); in initialize()204 insertRef(sym, lsp::convertTokenLocToRange(loc)); in initialize()209 lsp::convertTokenLocToRange(it.second.Start)); in initialize()
29 SMRange convertTokenLocToRange(SMLoc loc);
45 SMRange lsp::convertTokenLocToRange(SMLoc loc) { in convertTokenLocToRange() function in lsp
60 if (Optional<SMRange> range = lsp::convertTokenLocToRange(loc)) { in getLocationFromLoc()