Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DTextDiagnostic.cpp231 static void columnToByte(StringRef SourceLine, unsigned TabStop, in columnToByte() function
259 ::columnToByte(SourceLine, TabStop, m_columnToByte); in SourceColumnMap()
289 int columnToByte(int n) const { in columnToByte() function
380 -1 == map.columnToByte(CaretEnd)) in selectInterestingSourceRegion()
384 -1!=map.columnToByte(CaretStart)) && in selectInterestingSourceRegion()
388 -1!=map.columnToByte(CaretEnd)) && in selectInterestingSourceRegion()
397 unsigned SourceStart = map.columnToByte(std::min<unsigned>(CaretStart, in selectInterestingSourceRegion()
399 unsigned SourceEnd = map.columnToByte(std::min<unsigned>(CaretEnd, in selectInterestingSourceRegion()