Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:cxxConstructorDecl

620                       cxxConstructorDecl(ofClass(hasName("Foo")))));
622 cxxConstructorDecl(ofClass(hasName("Bar")))));
638 cxxConstructorDecl(hasAnyConstructorInitializer(anything()))));
644 cxxConstructorDecl(hasAnyConstructorInitializer(anything()))));
655 EXPECT_TRUE(matches(Code, cxxConstructorDecl(hasAnyConstructorInitializer(
657 EXPECT_TRUE(matches(Code, cxxConstructorDecl(hasAnyConstructorInitializer(
659 EXPECT_TRUE(notMatches(Code, cxxConstructorDecl(hasAnyConstructorInitializer(
669 EXPECT_TRUE(matches(Code, cxxConstructorDecl(hasAnyConstructorInitializer(
671 EXPECT_TRUE(notMatches(Code, cxxConstructorDecl(hasAnyConstructorInitializer(
683 EXPECT_TRUE(matches(Code, cxxConstructorDecl(hasAnyConstructorInitializer(
685 EXPECT_TRUE(notMatches(Code, cxxConstructorDecl(hasAnyConstructorInitializer(
687 EXPECT_TRUE(matches(Code, cxxConstructorDecl(hasAnyConstructorInitializer(
701 EXPECT_TRUE(matches(Code, cxxConstructorDecl(allOf(
704 EXPECT_TRUE(notMatches(Code, cxxConstructorDecl(allOf(
707 EXPECT_TRUE(matches(Code, cxxConstructorDecl(allOf(
710 EXPECT_TRUE(notMatches(Code, cxxConstructorDecl(allOf(
1326 cxxConstructorDecl(forEachConstructorInitializer(cxxCtorInitializer()))));
1463 has(cxxConstructorDecl(
1511 cxxConstructorDecl(hasName("::A::A"), decl().bind("x"),
1630 cxxConstructorDecl(