Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExpr.cpp1058 unsigned TokNumBytes = SLP.GetStringLength(); in getLocationOfByte() local
1061 if (ByteNo < TokNumBytes || in getLocationOfByte()
1062 (ByteNo == TokNumBytes && TokNo == getNumConcatenated() - 1)) { in getLocationOfByte()
1075 StringOffset += TokNumBytes; in getLocationOfByte()
1077 ByteNo -= TokNumBytes; in getLocationOfByte()
/external/llvm-project/clang/lib/AST/
DExpr.cpp1169 unsigned TokNumBytes = SLP.GetStringLength(); in getLocationOfByte() local
1172 if (ByteNo < TokNumBytes || in getLocationOfByte()
1173 (ByteNo == TokNumBytes && TokNo == getNumConcatenated() - 1)) { in getLocationOfByte()
1186 StringOffset += TokNumBytes; in getLocationOfByte()
1188 ByteNo -= TokNumBytes; in getLocationOfByte()