clang  3.7.0
Public Member Functions | List of all members
clang::ast_matchers::dynamic::VariantMatcher::SinglePayload Class Reference
Inheritance diagram for clang::ast_matchers::dynamic::VariantMatcher::SinglePayload:
[legend]
Collaboration diagram for clang::ast_matchers::dynamic::VariantMatcher::SinglePayload:
[legend]

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

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

Definition at line 82 of file VariantValue.cpp.

Member Function Documentation

llvm::Optional<DynTypedMatcher> clang::ast_matchers::dynamic::VariantMatcher::SinglePayload::getSingleMatcher ( ) const
inlineoverride

Definition at line 84 of file VariantValue.cpp.

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

Definition at line 88 of file VariantValue.cpp.

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

Definition at line 94 of file VariantValue.cpp.

References clang::None.

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

Definition at line 101 of file VariantValue.cpp.


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