Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DImplicitBoolConversionCheck.cpp266 memberExpr(hasDeclaration(fieldDecl(hasBitWidth(1)))))), in registerMatchers()
307 hasLHS(memberExpr(hasDeclaration(fieldDecl(hasBitWidth(1)))))); in registerMatchers()
310 forField(hasBitWidth(1))))); in registerMatchers()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp292 REGISTER_MATCHER(hasBitWidth); in RegistryMaps()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h708 AST_MATCHER_P(FieldDecl, hasBitWidth, unsigned, Width) { in AST_MATCHER_P() argument
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp2731 fieldDecl(isBitField(), hasBitWidth(2), hasName("a")))); in TEST_P()