Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DHTMLDiagnostics.cpp889 std::pair<FileID, unsigned> LPosInfo = SM.getDecomposedExpansionLoc(Pos); in HandlePiece() local
891 if (LPosInfo.first != BugFileID) in HandlePiece()
894 llvm::MemoryBufferRef Buf = SM.getBufferOrFake(LPosInfo.first); in HandlePiece()
899 unsigned ColNo = SM.getColumnNumber(LPosInfo.first, LPosInfo.second); in HandlePiece()
1085 SM.getLocForStartOfFile(LPosInfo.first).getLocWithOffset(DisplayPos); in HandlePiece()
1096 HighlightRange(R, LPosInfo.first, Range); in HandlePiece()