Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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);
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h312 virtual ASTNodeKind nodeMatcherType() const { return ASTNodeKind(); }
579 ASTNodeKind nodeMatcherType() const override { return RetKinds[0]; }
616 ASTNodeKind nodeMatcherType() const override { return DerivedKind; }
H A DRegistry.cpp619 ASTNodeKind Registry::nodeMatcherType(MatcherCtor Ctor) { in nodeMatcherType() function in clang::ast_matchers::dynamic::Registry
620 return Ctor->nodeMatcherType(); in nodeMatcherType()