Searched refs:ProtoToken (Results 1 – 1 of 1) sorted by relevance
118 if (!ProtoToken.is(tok::TokenKind::raw_identifier)) in isMacroIdentifier()150 Token ProtoToken; in removeVoidArgumentTokens() local159 if (ProtoToken.is(tok::TokenKind::l_paren)) in removeVoidArgumentTokens()161 else if (isMacroIdentifier(Idents, ProtoToken)) in removeVoidArgumentTokens()165 if (ProtoToken.is(tok::TokenKind::l_paren)) in removeVoidArgumentTokens()173 if (isMacroIdentifier(Idents, ProtoToken)) in removeVoidArgumentTokens()187 if (isMacroIdentifier(Idents, ProtoToken)) in removeVoidArgumentTokens()197 if (isMacroIdentifier(Idents, ProtoToken)) in removeVoidArgumentTokens()201 VoidToken = ProtoToken; in removeVoidArgumentTokens()210 if (ProtoToken.is(tok::TokenKind::r_paren)) in removeVoidArgumentTokens()[all …]