Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBKeyPath.cpp43 TokenEnd, enumerator
78 return TokenEnd; in lex()
148 else if (tokenType == IDBKeyPathLexer::TokenEnd) in IDBParseKeyPath()
167 else if (tokenType == IDBKeyPathLexer::TokenEnd) in IDBParseKeyPath()
/external/clang/lib/Lex/
DLexer.cpp1205 const char *TokenEnd = SM.getCharacterData(TokenLoc) + in findLocationAfterToken() local
1207 unsigned char C = *TokenEnd; in findLocationAfterToken()
1209 C = *(++TokenEnd); in findLocationAfterToken()
1216 C = *(++TokenEnd); in findLocationAfterToken()