Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp211 REGISTER_MATCHER(hasBitWidth); in RegistryMaps()
/external/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp1387 fieldDecl(isBitField(), hasBitWidth(2), hasName("a")))); in TEST()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h549 AST_MATCHER_P(FieldDecl, hasBitWidth, unsigned, Width) { in AST_MATCHER_P() argument