clang: MatchParents< T, U > Struct Template Reference (original) (raw)
Static Public Member Functions | |
---|---|
static std::tuple< bool, DynTypedNodeList, const T *, const U *... > | match (const DynTypedNodeList &NodeList, ParentMapContext::ParentMap *ParentMap) |
Detailed Description
template<typename T, typename... U>
struct MatchParents< T, U >
Definition at line 287 of file ParentMapContext.cpp.
Member Function Documentation
◆ match()
template<typename T , typename... U>
static std::tuple< bool, DynTypedNodeList, const T *, const U *... > MatchParents< T, U >::match ( const DynTypedNodeList & NodeList, ParentMapContext::ParentMap * ParentMap ) | inlinestatic |
---|
Definition at line 289 of file ParentMapContext.cpp.
References MatchParents< T, U >::match().
Referenced by MatchParents< T, U >::match(), and matchParents().
The documentation for this struct was generated from the following file:
- lib/AST/ParentMapContext.cpp