Home
last modified time | relevance | path

Searched refs:parsePDLLAST (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/Parser/
H A DParser.h36 parsePDLLAST(ast::Context &ctx, llvm::SourceMgr &sourceMgr,
/llvm-project-15.0.7/mlir/tools/mlir-pdll/
H A Dmlir-pdll.cpp53 parsePDLLAST(astContext, sourceMgr, enableDocumentation); in processBuffer()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp442 astModule = parsePDLLAST(astContext, sourceMgr, /*enableDocumentation=*/true); in PDLDocument()
1039 (void)parsePDLLAST(tmpContext, sourceMgr, /*enableDocumentation=*/true, in getCodeCompletion()
1193 (void)parsePDLLAST(tmpContext, sourceMgr, /*enableDocumentation=*/true, in getSignatureHelp()
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp3120 mlir::pdll::parsePDLLAST(ast::Context &ctx, llvm::SourceMgr &sourceMgr, in parsePDLLAST() function in mlir::pdll