Home
last modified time | relevance | path

Searched refs:nodeMatcherType (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h105 virtual ASTNodeKind nodeMatcherType(MatcherCtor) const = 0;
155 ASTNodeKind nodeMatcherType(MatcherCtor) const override;
H A DRegistry.h86 static ASTNodeKind nodeMatcherType(MatcherCtor);
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp530 ASTNodeKind NK = S->nodeMatcherType(*MappedMatcher); in parseMatcherBuilder()
861 ASTNodeKind Parser::RegistrySema::nodeMatcherType(MatcherCtor Ctor) const { in nodeMatcherType() function in clang::ast_matchers::dynamic::Parser::RegistrySema
862 return Registry::nodeMatcherType(Ctor); in nodeMatcherType()
H A DRegistry.cpp577 ASTNodeKind Registry::nodeMatcherType(MatcherCtor Ctor) { in nodeMatcherType() function in clang::ast_matchers::dynamic::Registry
578 return Ctor->nodeMatcherType(); in nodeMatcherType()
H A DMarshallers.h312 virtual ASTNodeKind nodeMatcherType() const { return ASTNodeKind(); }
578 ASTNodeKind nodeMatcherType() const override { return RetKinds[0]; }
615 ASTNodeKind nodeMatcherType() const override { return DerivedKind; }