Searched refs:FileSpec (Results 1 – 1 of 1) sorted by relevance
208 auto FileSpec = getBufferInfo(BufferID).Buffer->getBufferIdentifier(); in getFormattedLocationNoOffset() local211 return FileSpec.str() + ":" + std::to_string(FindLineNumber(Loc, BufferID)); in getFormattedLocationNoOffset()213 auto I = FileSpec.find_last_of("/\\"); in getFormattedLocationNoOffset()214 I = (I == FileSpec.size()) ? 0 : (I + 1); in getFormattedLocationNoOffset()215 return FileSpec.substr(I).str() + ":" + in getFormattedLocationNoOffset()