Searched defs:MatchQuery (Results 1 – 1 of 1) sorted by relevance
89 struct MatchQuery : Query { struct90 MatchQuery(StringRef Source, in MatchQuery() argument95 ast_matchers::dynamic::DynTypedMatcher Matcher;97 StringRef Source;99 static bool classof(const Query *Q) { return Q->Kind == QK_Match; } in classof()