Searched defs:QuitQuery (Results 1 – 1 of 1) sorted by relevance
81 struct QuitQuery : Query { struct82 QuitQuery() : Query(QK_Quit) {} in QuitQuery() argument85 static bool classof(const Query *Q) { return Q->Kind == QK_Quit; } in classof()