Home | History | Annotate | Download | only in AST

Lines Matching refs:ByteNo

1020 StringLiteral::getLocationOfByte(unsigned ByteNo, const SourceManager &SM,
1035 ByteNo -= StringOffset;
1072 if (ByteNo < TokNumBytes ||
1073 (ByteNo == TokNumBytes && TokNo == getNumConcatenated() - 1)) {
1074 unsigned Offset = SLP.getOffsetOfStringByte(TheTok, ByteNo);
1088 ByteNo -= TokNumBytes;