Home
last modified time | relevance | path

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

/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp662 std::pair<FileID, unsigned> LPosInfo = SM.getDecomposedExpansionLoc(Pos); in HandlePiece() local
664 if (LPosInfo.first != BugFileID) in HandlePiece()
667 const llvm::MemoryBuffer *Buf = SM.getBuffer(LPosInfo.first); in HandlePiece()
672 unsigned ColNo = SM.getColumnNumber(LPosInfo.first, LPosInfo.second); in HandlePiece()
857 SM.getLocForStartOfFile(LPosInfo.first).getLocWithOffset(DisplayPos); in HandlePiece()
864 HighlightRange(R, LPosInfo.first, Range); in HandlePiece()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp670 std::pair<FileID, unsigned> LPosInfo = SM.getDecomposedExpansionLoc(Pos); in HandlePiece() local
672 if (LPosInfo.first != BugFileID) in HandlePiece()
675 const llvm::MemoryBuffer *Buf = SM.getBuffer(LPosInfo.first); in HandlePiece()
680 unsigned ColNo = SM.getColumnNumber(LPosInfo.first, LPosInfo.second); in HandlePiece()
865 SM.getLocForStartOfFile(LPosInfo.first).getLocWithOffset(DisplayPos); in HandlePiece()
872 HighlightRange(R, LPosInfo.first, Range); in HandlePiece()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp784 std::pair<FileID, unsigned> LPosInfo = SM.getDecomposedExpansionLoc(Pos); in HandlePiece() local
786 if (LPosInfo.first != BugFileID) in HandlePiece()
789 llvm::MemoryBufferRef Buf = SM.getBufferOrFake(LPosInfo.first); in HandlePiece()
794 unsigned ColNo = SM.getColumnNumber(LPosInfo.first, LPosInfo.second); in HandlePiece()
980 SM.getLocForStartOfFile(LPosInfo.first).getLocWithOffset(DisplayPos); in HandlePiece()
992 HighlightRange(R, LPosInfo.first, Range); in HandlePiece()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp757 std::pair<FileID, unsigned> LPosInfo = SM.getDecomposedExpansionLoc(Pos); in HandlePiece() local
759 if (LPosInfo.first != BugFileID) in HandlePiece()
762 const llvm::MemoryBuffer *Buf = SM.getBuffer(LPosInfo.first); in HandlePiece()
767 unsigned ColNo = SM.getColumnNumber(LPosInfo.first, LPosInfo.second); in HandlePiece()
953 SM.getLocForStartOfFile(LPosInfo.first).getLocWithOffset(DisplayPos); in HandlePiece()
965 HighlightRange(R, LPosInfo.first, Range); in HandlePiece()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp784 std::pair<FileID, unsigned> LPosInfo = SM.getDecomposedExpansionLoc(Pos); in HandlePiece() local
786 if (LPosInfo.first != BugFileID) in HandlePiece()
789 const llvm::MemoryBuffer *Buf = SM.getBuffer(LPosInfo.first); in HandlePiece()
794 unsigned ColNo = SM.getColumnNumber(LPosInfo.first, LPosInfo.second); in HandlePiece()
980 SM.getLocForStartOfFile(LPosInfo.first).getLocWithOffset(DisplayPos); in HandlePiece()
992 HighlightRange(R, LPosInfo.first, Range); in HandlePiece()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp785 std::pair<FileID, unsigned> LPosInfo = SM.getDecomposedExpansionLoc(Pos); in HandlePiece() local
787 if (LPosInfo.first != BugFileID) in HandlePiece()
790 llvm::MemoryBufferRef Buf = SM.getBufferOrFake(LPosInfo.first); in HandlePiece()
795 unsigned ColNo = SM.getColumnNumber(LPosInfo.first, LPosInfo.second); in HandlePiece()
981 SM.getLocForStartOfFile(LPosInfo.first).getLocWithOffset(DisplayPos); in HandlePiece()
993 HighlightRange(R, LPosInfo.first, Range); in HandlePiece()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp757 std::pair<FileID, unsigned> LPosInfo = SM.getDecomposedExpansionLoc(Pos); in HandlePiece() local
759 if (LPosInfo.first != BugFileID) in HandlePiece()
762 const llvm::MemoryBuffer *Buf = SM.getBuffer(LPosInfo.first); in HandlePiece()
767 unsigned ColNo = SM.getColumnNumber(LPosInfo.first, LPosInfo.second); in HandlePiece()
953 SM.getLocForStartOfFile(LPosInfo.first).getLocWithOffset(DisplayPos); in HandlePiece()
965 HighlightRange(R, LPosInfo.first, Range); in HandlePiece()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp784 std::pair<FileID, unsigned> LPosInfo = SM.getDecomposedExpansionLoc(Pos); in HandlePiece() local
786 if (LPosInfo.first != BugFileID) in HandlePiece()
789 const llvm::MemoryBuffer *Buf = SM.getBuffer(LPosInfo.first); in HandlePiece()
794 unsigned ColNo = SM.getColumnNumber(LPosInfo.first, LPosInfo.second); in HandlePiece()
980 SM.getLocForStartOfFile(LPosInfo.first).getLocWithOffset(DisplayPos); in HandlePiece()
992 HighlightRange(R, LPosInfo.first, Range); in HandlePiece()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp750 std::pair<FileID, unsigned> LPosInfo = SM.getDecomposedExpansionLoc(Pos); in HandlePiece() local
752 if (LPosInfo.first != BugFileID) in HandlePiece()
755 const llvm::MemoryBuffer *Buf = SM.getBuffer(LPosInfo.first); in HandlePiece()
760 unsigned ColNo = SM.getColumnNumber(LPosInfo.first, LPosInfo.second); in HandlePiece()
946 SM.getLocForStartOfFile(LPosInfo.first).getLocWithOffset(DisplayPos); in HandlePiece()
958 HighlightRange(R, LPosInfo.first, Range); in HandlePiece()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp785 std::pair<FileID, unsigned> LPosInfo = SM.getDecomposedExpansionLoc(Pos); in HandlePiece() local
787 if (LPosInfo.first != BugFileID) in HandlePiece()
790 llvm::MemoryBufferRef Buf = SM.getBufferOrFake(LPosInfo.first); in HandlePiece()
795 unsigned ColNo = SM.getColumnNumber(LPosInfo.first, LPosInfo.second); in HandlePiece()
981 SM.getLocForStartOfFile(LPosInfo.first).getLocWithOffset(DisplayPos); in HandlePiece()
993 HighlightRange(R, LPosInfo.first, Range); in HandlePiece()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp806 std::pair<FileID, unsigned> LPosInfo = SM.getDecomposedExpansionLoc(Pos); in HandlePiece() local
808 if (LPosInfo.first != BugFileID) in HandlePiece()
811 llvm::MemoryBufferRef Buf = SM.getBufferOrFake(LPosInfo.first); in HandlePiece()
816 unsigned ColNo = SM.getColumnNumber(LPosInfo.first, LPosInfo.second); in HandlePiece()
1002 SM.getLocForStartOfFile(LPosInfo.first).getLocWithOffset(DisplayPos); in HandlePiece()
1014 HighlightRange(R, LPosInfo.first, Range); in HandlePiece()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp806 std::pair<FileID, unsigned> LPosInfo = SM.getDecomposedExpansionLoc(Pos); in HandlePiece() local
808 if (LPosInfo.first != BugFileID) in HandlePiece()
811 llvm::MemoryBufferRef Buf = SM.getBufferOrFake(LPosInfo.first); in HandlePiece()
816 unsigned ColNo = SM.getColumnNumber(LPosInfo.first, LPosInfo.second); in HandlePiece()
1002 SM.getLocForStartOfFile(LPosInfo.first).getLocWithOffset(DisplayPos); in HandlePiece()
1014 HighlightRange(R, LPosInfo.first, Range); in HandlePiece()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp806 std::pair<FileID, unsigned> LPosInfo = SM.getDecomposedExpansionLoc(Pos); in HandlePiece() local
808 if (LPosInfo.first != BugFileID) in HandlePiece()
811 llvm::MemoryBufferRef Buf = SM.getBufferOrFake(LPosInfo.first); in HandlePiece()
816 unsigned ColNo = SM.getColumnNumber(LPosInfo.first, LPosInfo.second); in HandlePiece()
1002 SM.getLocForStartOfFile(LPosInfo.first).getLocWithOffset(DisplayPos); in HandlePiece()
1014 HighlightRange(R, LPosInfo.first, Range); in HandlePiece()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp806 std::pair<FileID, unsigned> LPosInfo = SM.getDecomposedExpansionLoc(Pos); in HandlePiece() local
808 if (LPosInfo.first != BugFileID) in HandlePiece()
811 llvm::MemoryBufferRef Buf = SM.getBufferOrFake(LPosInfo.first); in HandlePiece()
816 unsigned ColNo = SM.getColumnNumber(LPosInfo.first, LPosInfo.second); in HandlePiece()
1002 SM.getLocForStartOfFile(LPosInfo.first).getLocWithOffset(DisplayPos); in HandlePiece()
1014 HighlightRange(R, LPosInfo.first, Range); in HandlePiece()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp806 std::pair<FileID, unsigned> LPosInfo = SM.getDecomposedExpansionLoc(Pos); in HandlePiece() local
808 if (LPosInfo.first != BugFileID) in HandlePiece()
811 llvm::MemoryBufferRef Buf = SM.getBufferOrFake(LPosInfo.first); in HandlePiece()
816 unsigned ColNo = SM.getColumnNumber(LPosInfo.first, LPosInfo.second); in HandlePiece()
1002 SM.getLocForStartOfFile(LPosInfo.first).getLocWithOffset(DisplayPos); in HandlePiece()
1014 HighlightRange(R, LPosInfo.first, Range); in HandlePiece()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp890 std::pair<FileID, unsigned> LPosInfo = SM.getDecomposedExpansionLoc(Pos); in HandlePiece() local
892 if (LPosInfo.first != BugFileID) in HandlePiece()
895 llvm::MemoryBufferRef Buf = SM.getBufferOrFake(LPosInfo.first); in HandlePiece()
900 unsigned ColNo = SM.getColumnNumber(LPosInfo.first, LPosInfo.second); in HandlePiece()
1086 SM.getLocForStartOfFile(LPosInfo.first).getLocWithOffset(DisplayPos); in HandlePiece()
1098 HighlightRange(R, LPosInfo.first, Range); in HandlePiece()