Home
last modified time | relevance | path

Searched defs:HelpQuery (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/include/mlir/Query/
H A DQuery.h69 struct HelpQuery : Query { struct
70 HelpQuery() : Query(QueryKind::Help) {} in HelpQuery() function
74 static bool classof(const Query *query) { in classof()
/llvm-project/clang-tools-extra/clang-query/
H A DQuery.h73 struct HelpQuery : Query { struct
74 HelpQuery() : Query(QK_Help) {} in HelpQuery() argument
77 static bool classof(const Query *Q) { return Q->Kind == QK_Help; } in classof()