Home
last modified time | relevance | path

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

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