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.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()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c178731 static int analyzeOverKeyword(const unsigned char *z, int lastToken){
178732 if( lastToken==TK_RP ){
178738 static int analyzeFilterKeyword(const unsigned char *z, int lastToken){
178739 if( lastToken==TK_RP && getToken(&z)==TK_LP ){