Lines Matching defs:astModule
365 FailureOr<ast::Module *> astModule;
398 astModule = parsePDLLAST(astContext, sourceMgr, /*enableDocumentation=*/true);
404 if (failed(astModule))
408 index.initialize(**astModule, odsContext);
621 if (failed(astModule))
624 for (const ast::Decl *decl : (*astModule)->getChildren()) {
1177 if (failed(astModule))
1182 (*astModule)->walk([&](const ast::Node *node) {
1309 if (failed(astModule))
1312 (*astModule)->print(os);
1322 codegenPDLLToMLIR(&mlirContext, astContext, sourceMgr, **astModule);
1333 codegenPDLLToCPP(**astModule, *pdlModule, os);