Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp66 const Token &lastToken = ReplacementTokens.back(); in getDefinitionLengthSlow() local
68 SourceLocation macroEnd = lastToken.getLocation(); in getDefinitionLengthSlow()
72 assert((macroEnd.isFileID() || lastToken.is(tok::comment)) && in getDefinitionLengthSlow()
82 DefinitionLength += lastToken.getLength(); in getDefinitionLengthSlow()
/src/contrib/sqlite3/
H A Dsqlite3.c181604 static int analyzeOverKeyword(const unsigned char *z, int lastToken){
181605 if( lastToken==TK_RP ){
181611 static int analyzeFilterKeyword(const unsigned char *z, int lastToken){
181612 if( lastToken==TK_RP && getToken(&z)==TK_LP ){