Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/Parser/
H A DCodeComplete.h77 virtual void codeCompleteCallSignature(const ast::CallableDecl *callable, in codeCompleteCallSignature() function
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp1058 void codeCompleteCallSignature(const ast::CallableDecl *callable, in codeCompleteCallSignature() function in __anon9e2fdad81611::LSPSignatureHelpContext
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp3094 void Parser::codeCompleteCallSignature(ast::Node *parent, in codeCompleteCallSignature() function in Parser