Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp1364 unsigned TokNumBytes = SLP.GetStringLength(); in getLocationOfByte() local
1367 if (ByteNo < TokNumBytes || in getLocationOfByte()
1368 (ByteNo == TokNumBytes && TokNo == getNumConcatenated() - 1)) { in getLocationOfByte()
1381 StringOffset += TokNumBytes; in getLocationOfByte()
1383 ByteNo -= TokNumBytes; in getLocationOfByte()