Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DRedundantVoidArgCheck.cpp133 SawVoid, in removeVoidArgumentTokens() enumerator
151 State = SawVoid; in removeVoidArgumentTokens()
159 case SawVoid: in removeVoidArgumentTokens()
170 if (State == SawVoid && ProtoToken.is(tok::TokenKind::r_paren)) { in removeVoidArgumentTokens()