MLIR 22.0.0git
Parser.h File Reference
#include <memory>
#include "mlir/Support/LLVM.h"

Go to the source code of this file.

Namespaces

namespace  llvm
 The OpAsmOpInterface, see OpAsmInterface.td for more details.
namespace  mlir
 Include the generated interface declarations.
namespace  mlir::pdll
namespace  mlir::pdll::ast

Functions

FailureOr< ast::Module * > mlir::pdll::parsePDLLAST (ast::Context &ctx, llvm::SourceMgr &sourceMgr, bool enableDocumentation=false, CodeCompleteContext *codeCompleteContext=nullptr)
 Parse an AST module from the main file of the given source manager.