Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DMacroInfo.cpp46 const Token &lastToken = ReplacementTokens.back(); in getDefinitionLengthSlow() local
48 SourceLocation macroEnd = lastToken.getLocation(); in getDefinitionLengthSlow()
52 assert((macroEnd.isFileID() || lastToken.is(tok::comment)) && in getDefinitionLengthSlow()
62 DefinitionLength += lastToken.getLength(); in getDefinitionLengthSlow()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c177161 static int analyzeOverKeyword(const unsigned char *z, int lastToken){
177162 if( lastToken==TK_RP ){
177168 static int analyzeFilterKeyword(const unsigned char *z, int lastToken){
177169 if( lastToken==TK_RP && getToken(&z)==TK_LP ){