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.cpp434 unsigned NewColumns = map.byteToColumn(SourceEnd) - in selectInterestingSourceRegion() local
436 if (NewColumns <= TargetColumns) { in selectInterestingSourceRegion()
456 unsigned NewColumns = map.byteToColumn(NewEnd) - in selectInterestingSourceRegion() local
458 if (NewColumns <= TargetColumns) { in selectInterestingSourceRegion()