Searched refs:staticAssertDecl (Results 1 – 10 of 10) sorted by relevance
20 Finder->addMatcher(staticAssertDecl().bind("static_assert"), this); in registerMatchers()
385 REGISTER_MATCHER(staticAssertDecl); in RegistryMaps()
1281 staticAssertDecl().bind("id"), in TEST()
472 hasDescendant(staticAssertDecl().bind("staticAssert"))), in TEST()
1392 staticAssertDecl().bind("id"), in TEST()
508 REGISTER_MATCHER(staticAssertDecl); in RegistryMaps()
2086 staticAssertDecl(has(implicitCastExpr(has( in TEST()2090 staticAssertDecl(has(declRefExpr( in TEST()2094 EXPECT_TRUE(matches(Code, traverse(TK_AsIs, staticAssertDecl(hasDescendant( in TEST()2098 staticAssertDecl(hasDescendant(integerLiteral()))))); in TEST()
921 staticAssertDecl; variable
1803 StaticAssertDecl> staticAssertDecl; variable
2442 staticAssertDecl;