Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Frontend/
HDTextDiagnostic.cpp229 static void columnToByte(StringRef SourceLine, unsigned TabStop, in columnToByte() function
257 ::columnToByte(SourceLine, TabStop, m_columnToByte); in SourceColumnMap()
287 int columnToByte(int n) const { in columnToByte() function
385 -1 == map.columnToByte(CaretEnd)) in selectInterestingSourceRegion()
389 -1!=map.columnToByte(CaretStart)) && in selectInterestingSourceRegion()
393 -1!=map.columnToByte(CaretEnd)) && in selectInterestingSourceRegion()
402 unsigned SourceStart = map.columnToByte(std::min<unsigned>(CaretStart, in selectInterestingSourceRegion()
404 unsigned SourceEnd = map.columnToByte(std::min<unsigned>(CaretEnd, in selectInterestingSourceRegion()