Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp679 } else if (const auto *cDecl = dyn_cast<ast::UserConstraintDecl>(decl)) { in findDocumentSymbols() local
681 SMRange nameLoc = cDecl->getName().getLoc(); in findDocumentSymbols()
685 cDecl->getName().getName(), lsp::SymbolKind::Function, in findDocumentSymbols()
687 } else if (const auto *cDecl = dyn_cast<ast::UserRewriteDecl>(decl)) { in findDocumentSymbols() local
689 SMRange nameLoc = cDecl->getName().getLoc(); in findDocumentSymbols()
693 cDecl->getName().getName(), lsp::SymbolKind::Function, in findDocumentSymbols()