Home
last modified time | relevance | path

Searched refs:astModule (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Tools/PDLL/CodeGen/
H A DCPPGen.cpp42 void generate(const ast::Module &astModule, ModuleOp module);
50 void generateConstraintAndRewrites(const ast::Module &astModule,
71 void CodeGen::generate(const ast::Module &astModule, ModuleOp module) { in generate() argument
76 generateConstraintAndRewrites(astModule, module, nativeFunctions); in generate()
138 void CodeGen::generateConstraintAndRewrites(const ast::Module &astModule, in generateConstraintAndRewrites() argument
150 for (const ast::Decl *decl : astModule.getChildren()) { in generateConstraintAndRewrites()
253 void mlir::pdll::codegenPDLLToCPP(const ast::Module &astModule, ModuleOp module, in codegenPDLLToCPP() argument
256 codegen.generate(astModule, module); in codegenPDLLToCPP()
/llvm-project/mlir/include/mlir/Tools/PDLL/CodeGen/
H A DCPPGen.h23 void codegenPDLLToCPP(const ast::Module &astModule, ModuleOp module,
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp365 FailureOr<ast::Module *> astModule; member
398 astModule = parsePDLLAST(astContext, sourceMgr, /*enableDocumentation=*/true); in PDLDocument()
404 if (failed(astModule)) in PDLDocument()
408 index.initialize(**astModule, odsContext); in PDLDocument()
621 if (failed(astModule)) in findDocumentSymbols()
624 for (const ast::Decl *decl : (*astModule)->getChildren()) { in findDocumentSymbols()
1177 if (failed(astModule)) in getInlayHints()
1182 (*astModule)->walk([&](const ast::Node *node) { in getInlayHints()
1309 if (failed(astModule)) in getPDLLViewOutput()
1312 (*astModule) in getPDLLViewOutput()
[all...]