Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/Parser/
H A DCodeComplete.h78 unsigned currentNumArgs) {} in codeCompleteCallSignature() argument
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp472 void codeCompleteCallSignature(ast::Node *parent, unsigned currentNumArgs);
3095 unsigned currentNumArgs) { in codeCompleteCallSignature() argument
3100 codeCompleteContext->codeCompleteCallSignature(callableDecl, currentNumArgs); in codeCompleteCallSignature()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp1059 unsigned currentNumArgs) final { in codeCompleteCallSignature() argument
1060 signatureHelp.activeParameter = currentNumArgs; in codeCompleteCallSignature()