Searched defs:MatchKey (Results 1 – 3 of 3) sorted by relevance
65 struct MatchKey { struct66 DynTypedMatcher::MatcherIDType MatcherID;67 DynTypedNode Node;68 BoundNodesTreeBuilder BoundNodes;69 TraversalKind Traversal = TK_AsIs;70 MatchType Type;72 bool operator<(const MatchKey &Other) const { in operator <()
59 struct MatchKey { struct60 DynTypedMatcher::MatcherIDType MatcherID;61 ast_type_traits::DynTypedNode Node;62 BoundNodesTreeBuilder BoundNodes;64 bool operator<(const MatchKey &Other) const { in operator <()
96 static bool MatchKey(StringPiece input) { in MatchKey() function