Lines Matching refs:PDLDocument

305 struct PDLDocument {  struct
306 PDLDocument(const lsp::URIForFile &uri, StringRef contents,
309 PDLDocument(const PDLDocument &) = delete;
310 PDLDocument &operator=(const PDLDocument &) = delete;
419 PDLDocument::PDLDocument(const lsp::URIForFile &uri, StringRef contents, in PDLDocument() function in PDLDocument
459 void PDLDocument::getLocationsOf(const lsp::URIForFile &uri, in getLocationsOf()
470 void PDLDocument::findReferencesOf(const lsp::URIForFile &uri, in findReferencesOf()
487 void PDLDocument::getDocumentLinks(const lsp::URIForFile &uri, in getDocumentLinks()
497 Optional<lsp::Hover> PDLDocument::findHover(const lsp::URIForFile &uri, in findHover()
519 Optional<lsp::Hover> PDLDocument::findHover(const ast::Decl *decl, in findHover()
544 lsp::Hover PDLDocument::buildHoverForOpName(const ods::Operation *op, in buildHoverForOpName()
556 lsp::Hover PDLDocument::buildHoverForVariable(const ast::VariableDecl *varDecl, in buildHoverForVariable()
567 lsp::Hover PDLDocument::buildHoverForPattern(const ast::PatternDecl *decl, in buildHoverForPattern()
591 PDLDocument::buildHoverForCoreConstraint(const ast::CoreConstraintDecl *decl, in buildHoverForCoreConstraint()
618 lsp::Hover PDLDocument::buildHoverForUserConstraintOrRewrite( in buildHoverForUserConstraintOrRewrite()
661 void PDLDocument::findDocumentSymbols( in findDocumentSymbols()
1024 PDLDocument::getCodeCompletion(const lsp::URIForFile &uri, in getCodeCompletion()
1179 lsp::SignatureHelp PDLDocument::getSignatureHelp(const lsp::URIForFile &uri, in getSignatureHelp()
1218 void PDLDocument::getInlayHints(const lsp::URIForFile &uri, in getInlayHints()
1242 void PDLDocument::getInlayHintsFor(const ast::VariableDecl *decl, in getInlayHintsFor()
1269 void PDLDocument::getInlayHintsFor(const ast::CallExpr *expr, in getInlayHintsFor()
1286 void PDLDocument::getInlayHintsFor(const ast::OperationExpr *expr, in getInlayHintsFor()
1334 void PDLDocument::addParameterHintFor(std::vector<lsp::InlayHint> &inlayHints, in addParameterHintFor()
1350 void PDLDocument::getPDLLViewOutput(raw_ostream &os, in getPDLLViewOutput()
1406 PDLDocument document;