struct MatchParents
Declaration
template <typename T, typename... U>
struct MatchParents { /* full declaration omitted */ };
Declared at: clang/lib/AST/ParentMapContext.cpp:278
Templates
- T
- U
Method Overview
- public static std::tuple<bool, DynTypedNodeList, const T *, const U *...> match(const clang::DynTypedNodeList & NodeList, ParentMapContext::ParentMap * ParentMap)
Methods
ΒΆstatic std::tuple<bool,
DynTypedNodeList,
const T*,
const U*...>
match(const clang::DynTypedNodeList& NodeList,
ParentMapContext::ParentMap* ParentMap)
static std::tuple<bool,
DynTypedNodeList,
const T*,
const U*...>
match(const clang::DynTypedNodeList& NodeList,
ParentMapContext::ParentMap* ParentMap)
Declared at: clang/lib/AST/ParentMapContext.cpp:280
Parameters
- const clang::DynTypedNodeList& NodeList
- ParentMapContext::ParentMap* ParentMap