Searched refs:TokenEnd (Results 1 – 2 of 2) sorted by relevance
43 TokenEnd, enumerator78 return TokenEnd; in lex()148 else if (tokenType == IDBKeyPathLexer::TokenEnd) in IDBParseKeyPath()167 else if (tokenType == IDBKeyPathLexer::TokenEnd) in IDBParseKeyPath()
1205 const char *TokenEnd = SM.getCharacterData(TokenLoc) + in findLocationAfterToken() local1207 unsigned char C = *TokenEnd; in findLocationAfterToken()1209 C = *(++TokenEnd); in findLocationAfterToken()1216 C = *(++TokenEnd); in findLocationAfterToken()