Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp1168 unsigned TokNumBytes = SLP.GetStringLength(); in getLocationOfByte() local
1171 if (ByteNo < TokNumBytes || in getLocationOfByte()
1172 (ByteNo == TokNumBytes && TokNo == getNumConcatenated() - 1)) { in getLocationOfByte()
1185 StringOffset += TokNumBytes; in getLocationOfByte()
1187 ByteNo -= TokNumBytes; in getLocationOfByte()