Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp265 int byteToColumn(int n) const { in byteToColumn() function
289 while (byteToColumn(++N) == -1) {} in startOfNextColumn()
296 while (byteToColumn(--N) == -1) {} in startOfPreviousColumn()
393 - (map.byteToColumn(SourceEnd)-map.byteToColumn(SourceStart)); in selectInterestingSourceRegion()
426 assert(map.byteToColumn(NewStart) != -1); in selectInterestingSourceRegion()
427 unsigned NewColumns = map.byteToColumn(SourceEnd) - in selectInterestingSourceRegion()
428 map.byteToColumn(NewStart); in selectInterestingSourceRegion()
448 assert(map.byteToColumn(NewEnd) != -1); in selectInterestingSourceRegion()
449 unsigned NewColumns = map.byteToColumn(NewEnd) - in selectInterestingSourceRegion()
461 CaretStart = map.byteToColumn(SourceStart); in selectInterestingSourceRegion()
[all …]