clang API Documentation

Public Member Functions
clang::ast_matchers::dynamic::VariantMatcher::SinglePayload Class Reference
Inheritance diagram for clang::ast_matchers::dynamic::VariantMatcher::SinglePayload:
Inheritance graph
[legend]
Collaboration diagram for clang::ast_matchers::dynamic::VariantMatcher::SinglePayload:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 80 of file VariantValue.cpp.


Constructor & Destructor Documentation

Definition at line 82 of file VariantValue.cpp.


Member Function Documentation

llvm::Optional<DynTypedMatcher> clang::ast_matchers::dynamic::VariantMatcher::SinglePayload::getSingleMatcher ( ) const [inline, override]

Definition at line 84 of file VariantValue.cpp.

Definition at line 88 of file VariantValue.cpp.

llvm::Optional<DynTypedMatcher> clang::ast_matchers::dynamic::VariantMatcher::SinglePayload::getTypedMatcher ( const MatcherOps &  Ops) const [inline, override]

Definition at line 94 of file VariantValue.cpp.

Definition at line 101 of file VariantValue.cpp.


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