Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
DTextDiagnostic.cpp195 static void byteToColumn(StringRef SourceLine, unsigned TabStop, in byteToColumn() function
256 ::byteToColumn(SourceLine, TabStop, m_byteToColumn); in SourceColumnMap()
271 int byteToColumn(int n) const { in byteToColumn() function
295 while (byteToColumn(++N) == -1) {} in startOfNextColumn()
302 while (byteToColumn(--N) == -1) {} in startOfPreviousColumn()
408 - (map.byteToColumn(SourceEnd)-map.byteToColumn(SourceStart)); in selectInterestingSourceRegion()
441 assert(map.byteToColumn(NewStart) != -1); in selectInterestingSourceRegion()
442 unsigned NewColumns = map.byteToColumn(SourceEnd) - in selectInterestingSourceRegion()
443 map.byteToColumn(NewStart); in selectInterestingSourceRegion()
463 assert(map.byteToColumn(NewEnd) != -1); in selectInterestingSourceRegion()
[all …]