MLIR 22.0.0git
Query.h File Reference
#include "Matcher/VariantValue.h"
#include "llvm/ADT/IntrusiveRefCntPtr.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/LineEditor/LineEditor.h"
#include <string>

Go to the source code of this file.

Classes

struct  mlir::query::Query
struct  mlir::query::InvalidQuery
struct  mlir::query::NoOpQuery
struct  mlir::query::HelpQuery
struct  mlir::query::QuitQuery
struct  mlir::query::MatchQuery

Namespaces

namespace  mlir
 Include the generated interface declarations.
namespace  mlir::query

Typedefs

typedef llvm::IntrusiveRefCntPtr< Querymlir::query::QueryRef

Enumerations

enum class  mlir::query::QueryKind {
  mlir::query::Invalid , mlir::query::NoOp , mlir::query::Help , mlir::query::Match ,
  mlir::query::Quit
}

Functions

QueryRef mlir::query::parse (llvm::StringRef line, const QuerySession &qs)
std::vector< llvm::LineEditor::Completion > mlir::query::complete (llvm::StringRef line, size_t pos, const QuerySession &qs)