| MLIR
    22.0.0git
    | 
#include "mlir/Query/Query.h"#include "QueryParser.h"#include "mlir/Dialect/Func/IR/FuncOps.h"#include "mlir/IR/IRMapping.h"#include "mlir/IR/Verifier.h"#include "mlir/Query/Matcher/MatchFinder.h"#include "mlir/Query/QuerySession.h"#include "llvm/Support/SourceMgr.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
| Namespaces | |
| mlir | |
| Include the generated interface declarations. | |
| mlir::query | |
| 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) | 
| static Operation * | mlir::query::extractFunction (std::vector< Operation * > &ops, MLIRContext *context, llvm::StringRef functionName) |