Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp281 int columnToByte(int n) const { in columnToByte() function
370 -1 == map.columnToByte(CaretEnd)) in selectInterestingSourceRegion()
374 -1!=map.columnToByte(CaretStart)) && in selectInterestingSourceRegion()
378 -1!=map.columnToByte(CaretEnd)) && in selectInterestingSourceRegion()
387 unsigned SourceStart = map.columnToByte(std::min<unsigned>(CaretStart, in selectInterestingSourceRegion()
389 unsigned SourceEnd = map.columnToByte(std::min<unsigned>(CaretEnd, in selectInterestingSourceRegion()