Searched refs:hasBitWidth (Results 1 – 4 of 4) sorted by relevance
266 memberExpr(hasDeclaration(fieldDecl(hasBitWidth(1)))))), in registerMatchers()307 hasLHS(memberExpr(hasDeclaration(fieldDecl(hasBitWidth(1)))))); in registerMatchers()310 forField(hasBitWidth(1))))); in registerMatchers()
292 REGISTER_MATCHER(hasBitWidth); in RegistryMaps()
708 AST_MATCHER_P(FieldDecl, hasBitWidth, unsigned, Width) { in AST_MATCHER_P() argument
2731 fieldDecl(isBitField(), hasBitWidth(2), hasName("a")))); in TEST_P()