Searched refs:staticAssertDecl (Results 1 – 8 of 8) sorted by relevance
20 Finder->addMatcher(staticAssertDecl().bind("static_assert"), this); in registerMatchers()
472 hasDescendant(staticAssertDecl().bind("staticAssert"))), in TEST()
1373 staticAssertDecl().bind("id"), in TEST()
548 REGISTER_MATCHER(staticAssertDecl); in RegistryMaps()
742 EXPECT_TRUE(matches("static_assert(true, \"\");", staticAssertDecl())); in TEST_P()746 staticAssertDecl())); in TEST_P()
2544 staticAssertDecl(has(implicitCastExpr(has( in TEST()2548 staticAssertDecl(has(declRefExpr( in TEST()2552 EXPECT_TRUE(matches(Code, traverse(TK_AsIs, staticAssertDecl(hasDescendant( in TEST()2556 staticAssertDecl(hasDescendant(integerLiteral()))))); in TEST()
961 staticAssertDecl; variable
2546 staticAssertDecl;