Searched refs:nodeMatcherType (Results 1 – 7 of 7) sorted by relevance
105 virtual ASTNodeKind nodeMatcherType(MatcherCtor) const = 0;155 ASTNodeKind nodeMatcherType(MatcherCtor) const override;
86 static ASTNodeKind nodeMatcherType(MatcherCtor);
545 …EXPECT_TRUE(Registry::nodeMatcherType(*lookupMatcherCtor("callExpr")).isSame(ASTNodeKind::getFromN… in TEST_F()546 EXPECT_TRUE(Registry::nodeMatcherType(*lookupMatcherCtor("has")).isNone()); in TEST_F()547 EXPECT_TRUE(Registry::nodeMatcherType(*lookupMatcherCtor("allOf")).isNone()); in TEST_F()
37 ASTNodeKind nodeMatcherType(MatcherCtor) const override { return {}; } in nodeMatcherType() function in clang::ast_matchers::dynamic::__anon5f9d22b50111::MockSema
530 ASTNodeKind NK = S->nodeMatcherType(*MappedMatcher); in parseMatcherBuilder()861 ASTNodeKind Parser::RegistrySema::nodeMatcherType(MatcherCtor Ctor) const { in nodeMatcherType() function in clang::ast_matchers::dynamic::Parser::RegistrySema862 return Registry::nodeMatcherType(Ctor); in nodeMatcherType()
602 ASTNodeKind Registry::nodeMatcherType(MatcherCtor Ctor) { in nodeMatcherType() function in clang::ast_matchers::dynamic::Registry603 return Ctor->nodeMatcherType(); in nodeMatcherType()
312 virtual ASTNodeKind nodeMatcherType() const { return ASTNodeKind(); }579 ASTNodeKind nodeMatcherType() const override { return RetKinds[0]; }616 ASTNodeKind nodeMatcherType() const override { return DerivedKind; }