Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp436 unsigned NewColumns = map.byteToColumn(SourceEnd) - in selectInterestingSourceRegion() local
438 if (NewColumns <= TargetColumns) { in selectInterestingSourceRegion()
458 unsigned NewColumns = map.byteToColumn(NewEnd) - in selectInterestingSourceRegion() local
460 if (NewColumns <= TargetColumns) { in selectInterestingSourceRegion()