clang 19.0.0git
Public Member Functions | List of all members
clang::ast_matchers::dynamic::VariantMatcher::SinglePayload Class Reference
Inheritance diagram for clang::ast_matchers::dynamic::VariantMatcher::SinglePayload:
Inheritance graph
[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 91 of file VariantValue.cpp.

Constructor & Destructor Documentation

◆ SinglePayload()

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

Definition at line 93 of file VariantValue.cpp.

Member Function Documentation

◆ getSingleMatcher()

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

Definition at line 95 of file VariantValue.cpp.

◆ getTypeAsString()

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

Definition at line 99 of file VariantValue.cpp.

◆ getTypedMatcher()

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

Definition at line 105 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: