Searched refs:cDecl (Results 1 – 1 of 1) sorted by relevance
679 } else if (const auto *cDecl = dyn_cast<ast::UserConstraintDecl>(decl)) { in findDocumentSymbols() local681 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() local689 SMRange nameLoc = cDecl->getName().getLoc(); in findDocumentSymbols()693 cDecl->getName().getName(), lsp::SymbolKind::Function, in findDocumentSymbols()