Lines Matching refs:astModule
409 FailureOr<ast::Module *> astModule; member
442 astModule = parsePDLLAST(astContext, sourceMgr, /*enableDocumentation=*/true); in PDLDocument()
448 if (failed(astModule)) in PDLDocument()
452 index.initialize(**astModule, odsContext); in PDLDocument()
663 if (failed(astModule)) in findDocumentSymbols()
666 for (const ast::Decl *decl : (*astModule)->getChildren()) { in findDocumentSymbols()
1221 if (failed(astModule)) in getInlayHints()
1226 (*astModule)->walk([&](const ast::Node *node) { in getInlayHints()
1352 if (failed(astModule)) in getPDLLViewOutput()
1355 (*astModule)->print(os); in getPDLLViewOutput()
1365 codegenPDLLToMLIR(&mlirContext, astContext, sourceMgr, **astModule); in getPDLLViewOutput()
1376 codegenPDLLToCPP(**astModule, *pdlModule, os); in getPDLLViewOutput()