Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DSourceMgr.cpp208 auto FileSpec = getBufferInfo(BufferID).Buffer->getBufferIdentifier(); in getFormattedLocationNoOffset() local
211 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()