Searched refs:LineOffsetMapping (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/Basic/ |
| H A D | LineOffsetMappingTest.cpp | 19 LineOffsetMapping Mapping; in TEST() 30 LineOffsetMapping Mapping(Offsets, Alloc); in TEST() 46 LineOffsetMapping Mapping1(Offsets1, Alloc); in TEST() 47 LineOffsetMapping Mapping2(Offsets2, Alloc); in TEST() 62 auto Mapping = LineOffsetMapping::get(MemoryBufferRef(Source, ""), Alloc); in TEST() 73 auto Mapping = LineOffsetMapping::get(MemoryBufferRef(Source, ""), Alloc); in TEST()
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | ScratchBuffer.cpp | 43 .SourceLineCache = SrcMgr::LineOffsetMapping(); in getToken()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | SourceManager.h | 99 class LineOffsetMapping { 114 static LineOffsetMapping get(llvm::MemoryBufferRef Buffer, 117 LineOffsetMapping() = default; 118 LineOffsetMapping(ArrayRef<unsigned> LineOffsets, 160 mutable LineOffsetMapping SourceLineCache;
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | SourceManager.cpp | 1266 LineOffsetMapping LineOffsetMapping::get(llvm::MemoryBufferRef Buffer, in get() 1328 return LineOffsetMapping(LineOffsets, Alloc); in get() 1331 LineOffsetMapping::LineOffsetMapping(ArrayRef<unsigned> LineOffsets, in LineOffsetMapping() function in LineOffsetMapping 1376 LineOffsetMapping::get(*Buffer, ContentCacheAlloc); in getLineNumber() 1724 LineOffsetMapping::get(*Buffer, ContentCacheAlloc); in translateLineCol()
|