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