Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DDeprecatedIosBaseAliasesCheck.cpp33 auto IoStateDecl = typedefDecl(hasAnyName(DeprecatedTypes)).bind("TypeDecl"); in registerMatchers() local
35 qualType(hasDeclaration(IoStateDecl), unless(elaboratedType())); in registerMatchers()