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