Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp1019 unsigned HintByteOffset = in buildFixItInsertionLine() local
1023 assert(HintByteOffset < static_cast<unsigned>(map.bytes()) + 1); in buildFixItInsertionLine()
1024 unsigned HintCol = map.byteToContainingColumn(HintByteOffset); in buildFixItInsertionLine()