Home
last modified time | relevance | path

Searched defs:PDLDocument (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp305 struct PDLDocument { struct
399 std::vector<std::string> includeDirs;
402 llvm::SourceMgr sourceMgr;
405 ods::Context odsContext;
406 ast::Context astContext;
409 FailureOr<ast::Module *> astModule;
412 PDLIndex index;
415 SmallVector<lsp::SourceMgrInclude> parsedIncludes;
419 PDLDocument::PDLDocument(const lsp::URIForFile &uri, StringRef contents, in PDLDocument() function in PDLDocument