Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DHTMLDiagnostics.cpp360 std::pair<FileID, unsigned> LPosInfo = SM.getDecomposedExpansionLoc(Pos); in HandlePiece() local
362 if (LPosInfo.first != BugFileID) in HandlePiece()
365 const llvm::MemoryBuffer *Buf = SM.getBuffer(LPosInfo.first); in HandlePiece()
370 unsigned ColNo = SM.getColumnNumber(LPosInfo.first, LPosInfo.second); in HandlePiece()
548 SM.getLocForStartOfFile(LPosInfo.first).getLocWithOffset(DisplayPos); in HandlePiece()
556 HighlightRange(R, LPosInfo.first, *I); in HandlePiece()