Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/hicpp/
H A DSignedBitwiseCheck.cpp43 const auto BitmaskType = namedDecl( in registerMatchers() local
47 const auto IsStdBitmask = ignoringImpCasts(declRefExpr(hasType(BitmaskType))); in registerMatchers()