Searched defs:MatchKey (Results 1 – 1 of 1) sorted by relevance
66 struct MatchKey { struct67 DynTypedMatcher::MatcherIDType MatcherID;68 DynTypedNode Node;69 BoundNodesTreeBuilder BoundNodes;70 TraversalKind Traversal = TK_AsIs;71 MatchType Type;73 bool operator<(const MatchKey &Other) const { in operator <()