clang 22.0.0git
clang::ast_matchers::dynamic::VariantMatcher::SinglePayload Class Reference
Inheritance diagram for clang::ast_matchers::dynamic::VariantMatcher::SinglePayload:
[legend]

Public Member Functions

 SinglePayload (const DynTypedMatcher &Matcher)
std::optional< DynTypedMatcher > getSingleMatcher () const override
std::string getTypeAsString () const override
std::optional< DynTypedMatcher > getTypedMatcher (const MatcherOps &Ops) const override
bool isConvertibleTo (ASTNodeKind Kind, unsigned *Specificity) const override

Detailed Description

Definition at line 90 of file VariantValue.cpp.

Constructor & Destructor Documentation

◆ SinglePayload()

clang::ast_matchers::dynamic::VariantMatcher::SinglePayload::SinglePayload ( const DynTypedMatcher & Matcher)
inline

Definition at line 92 of file VariantValue.cpp.

Member Function Documentation

◆ getSingleMatcher()

std::optional< DynTypedMatcher > clang::ast_matchers::dynamic::VariantMatcher::SinglePayload::getSingleMatcher ( ) const
inlineoverride

Definition at line 94 of file VariantValue.cpp.

◆ getTypeAsString()

std::string clang::ast_matchers::dynamic::VariantMatcher::SinglePayload::getTypeAsString ( ) const
inlineoverride

Definition at line 98 of file VariantValue.cpp.

◆ getTypedMatcher()

std::optional< DynTypedMatcher > clang::ast_matchers::dynamic::VariantMatcher::SinglePayload::getTypedMatcher ( const MatcherOps & Ops) const
inlineoverride

Definition at line 104 of file VariantValue.cpp.

◆ isConvertibleTo()

bool clang::ast_matchers::dynamic::VariantMatcher::SinglePayload::isConvertibleTo ( ASTNodeKind Kind,
unsigned * Specificity ) const
inlineoverride

The documentation for this class was generated from the following file: