Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp63 const Token &lastToken = ReplacementTokens.back(); in getDefinitionLengthSlow() local
65 SourceLocation macroEnd = lastToken.getLocation(); in getDefinitionLengthSlow()
69 assert((macroEnd.isFileID() || lastToken.is(tok::comment)) && in getDefinitionLengthSlow()
77 DefinitionLength += lastToken.getLength(); in getDefinitionLengthSlow()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c186327 static int analyzeOverKeyword(const unsigned char *z, int lastToken){ argument
186328 if( lastToken==TK_RP ){
186334 static int analyzeFilterKeyword(const unsigned char *z, int lastToken){ argument
186335 if( lastToken==TK_RP && getToken(&z)==TK_LP ){