clang
9.0.0
|
Return CK_Trivial when appropriate for VariadicDynCastAllOfMatchers. More...
#include "/work/llvm-www-releases/9.0.0/docsbuild/llvm.src/tools/clang/lib/ASTMatchers/Dynamic/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 |
Returns whether this matcher is convertible to the given type. More... | |
![]() | |
template<typename ResultT , typename ArgT , ResultT(*)(ArrayRef< const ArgT *>) F> | |
VariadicFuncMatcherDescriptor (ast_matchers::internal::VariadicFunction< ResultT, ArgT, F > Func, StringRef MatcherName) | |
VariantMatcher | create (SourceRange NameRange, ArrayRef< ParserValue > Args, Diagnostics *Error) const override |
bool | isVariadic () const override |
Returns whether the matcher is variadic. More... | |
unsigned | getNumArgs () const override |
Returns the number of arguments accepted by the matcher if not variadic. More... | |
void | getArgKinds (ast_type_traits::ASTNodeKind ThisKind, unsigned ArgNo, std::vector< ArgKind > &Kinds) const override |
Given that the matcher is being converted to type ThisKind , append the set of argument types accepted for argument ArgNo to ArgKinds . More... | |
![]() | |
virtual | ~MatcherDescriptor ()=default |
virtual bool | isPolymorphic () const |
Returns whether the matcher will, given a matcher of any type T, yield a matcher of type T. More... | |
Additional Inherited Members | |
![]() | |
using | RunFunc = VariantMatcher(*)(StringRef MatcherName, SourceRange NameRange, ArrayRef< ParserValue > Args, Diagnostics *Error) |
Return CK_Trivial when appropriate for VariadicDynCastAllOfMatchers.
Definition at line 462 of file Marshallers.h.
|
inline |
Definition at line 465 of file Marshallers.h.
|
inlineoverridevirtual |
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 473 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().