Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DRedundantVoidArgCheck.cpp118 if (!ProtoToken.is(tok::TokenKind::raw_identifier)) in isMacroIdentifier()
150 Token ProtoToken; in removeVoidArgumentTokens() local
159 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 …]