clang API Documentation
Return CK_Trivial when appropriate for VariadicDynCastAllOfMatchers. More...
#include <Marshallers.h>
Public Member Functions | |
template<typename BaseT , typename DerivedT > | |
DynCastAllOfMatcherDescriptor (ast_matchers::internal::VariadicDynCastAllOfMatcher< BaseT, DerivedT > Func, StringRef MatcherName) | |
bool | isConvertibleTo (ast_type_traits::ASTNodeKind Kind, unsigned *Specificity, ast_type_traits::ASTNodeKind *LeastDerivedKind) const override |
Return CK_Trivial when appropriate for VariadicDynCastAllOfMatchers.
Definition at line 360 of file Marshallers.h.
clang::ast_matchers::dynamic::internal::DynCastAllOfMatcherDescriptor::DynCastAllOfMatcherDescriptor | ( | ast_matchers::internal::VariadicDynCastAllOfMatcher< BaseT, DerivedT > | Func, |
StringRef | MatcherName | ||
) | [inline] |
Definition at line 363 of file Marshallers.h.
bool clang::ast_matchers::dynamic::internal::DynCastAllOfMatcherDescriptor::isConvertibleTo | ( | ast_type_traits::ASTNodeKind | Kind, |
unsigned * | Specificity, | ||
ast_type_traits::ASTNodeKind * | LeastDerivedKind | ||
) | const [inline, override, virtual] |
Returns whether this matcher is convertible to the given type. If it is so convertible, store in *Specificity a value corresponding to the "specificity" of the converted matcher to the given context, and in LeastDerivedKind the least derived matcher kind which would result in the same matcher overload. Zero specificity indicates that this conversion would produce a trivial matcher that will either always or never match. Such matchers are excluded from code completion results.
Reimplemented from clang::ast_matchers::dynamic::internal::VariadicFuncMatcherDescriptor.
Definition at line 371 of file Marshallers.h.
References clang::ast_type_traits::ASTNodeKind::isBaseOf(), clang::ast_matchers::dynamic::internal::VariadicFuncMatcherDescriptor::isConvertibleTo(), and clang::ast_type_traits::ASTNodeKind::isSame().