Searched refs:lastToken (Results 1 – 2 of 2) sorted by relevance
46 const Token &lastToken = ReplacementTokens.back(); in getDefinitionLengthSlow() local48 SourceLocation macroEnd = lastToken.getLocation(); in getDefinitionLengthSlow()52 assert((macroEnd.isFileID() || lastToken.is(tok::comment)) && in getDefinitionLengthSlow()62 DefinitionLength += lastToken.getLength(); in getDefinitionLengthSlow()
177161 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 ){