Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DTextDiagnostic.cpp232 static void columnToByte(StringRef SourceLine, unsigned TabStop, in columnToByte() function
260 ::columnToByte(SourceLine, TabStop, m_columnToByte); in SourceColumnMap()
290 int columnToByte(int n) const { in columnToByte() function
381 -1 == map.columnToByte(CaretEnd)) in selectInterestingSourceRegion()
385 -1!=map.columnToByte(CaretStart)) && in selectInterestingSourceRegion()
389 -1!=map.columnToByte(CaretEnd)) && in selectInterestingSourceRegion()
398 unsigned SourceStart = map.columnToByte(std::min<unsigned>(CaretStart, in selectInterestingSourceRegion()
400 unsigned SourceEnd = map.columnToByte(std::min<unsigned>(CaretEnd, in selectInterestingSourceRegion()