MLIR  19.0.0git
Classes | Namespaces | Typedefs | Enumerations | Functions
Query.h File Reference
#include "Matcher/VariantValue.h"
#include "mlir/Support/LogicalResult.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

 mlir
 Include the generated interface declarations.
 
 mlir::query
 

Typedefs

typedef llvm::IntrusiveRefCntPtr< Query > mlir::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)