Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1350 unsigned TokNumBytes = SLP.GetStringLength(); in getLocationOfByte() local
1353 if (ByteNo < TokNumBytes || in getLocationOfByte()
1354 (ByteNo == TokNumBytes && TokNo == getNumConcatenated() - 1)) { in getLocationOfByte()
1367 StringOffset += TokNumBytes; in getLocationOfByte()
1369 ByteNo -= TokNumBytes; in getLocationOfByte()