Home | History | Annotate | Download | only in AST

Lines Matching refs:ByteNo

913 getLocationOfByte(unsigned ByteNo, const SourceManager &SM,
950 if (ByteNo < TokNumBytes ||
951 (ByteNo == TokNumBytes && TokNo == getNumConcatenated() - 1)) {
952 unsigned Offset = SLP.getOffsetOfStringByte(TheTok, ByteNo);
961 ByteNo -= TokNumBytes;