Searched refs:nodeMatcherType (Results 1 – 5 of 5) sorted by relevance
105 virtual ASTNodeKind nodeMatcherType(MatcherCtor) const = 0;155 ASTNodeKind nodeMatcherType(MatcherCtor) const override;
86 static ASTNodeKind nodeMatcherType(MatcherCtor);
528 ASTNodeKind NK = S->nodeMatcherType(*MappedMatcher); in parseMatcherBuilder()859 ASTNodeKind Parser::RegistrySema::nodeMatcherType(MatcherCtor Ctor) const { in nodeMatcherType() function in clang::ast_matchers::dynamic::Parser::RegistrySema860 return Registry::nodeMatcherType(Ctor); in nodeMatcherType()
312 virtual ASTNodeKind nodeMatcherType() const { return ASTNodeKind(); }579 ASTNodeKind nodeMatcherType() const override { return RetKinds[0]; }616 ASTNodeKind nodeMatcherType() const override { return DerivedKind; }
619 ASTNodeKind Registry::nodeMatcherType(MatcherCtor Ctor) { in nodeMatcherType() 620 return Ctor->nodeMatcherType(); in nodeMatcherType() 618 ASTNodeKind Registry::nodeMatcherType(MatcherCtor Ctor) { nodeMatcherType() function in clang::ast_matchers::dynamic::Registry