Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Tools/PDLL/Parser/
H A DCodeComplete.h76 unsigned currentNumArgs) {} in codeCompleteCallSignature() argument
/llvm-project/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp474 void codeCompleteCallSignature(ast::Node *parent, unsigned currentNumArgs);
3169 unsigned currentNumArgs) { in codeCompleteCallSignature()
3174 codeCompleteContext->codeCompleteCallSignature(callableDecl, currentNumArgs); in codeCompleteCallSignature()
3170 codeCompleteCallSignature(ast::Node * parent,unsigned currentNumArgs) codeCompleteCallSignature() argument
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp1014 unsigned currentNumArgs) final { in codeCompleteCallSignature() argument
1015 signatureHelp.activeParameter = currentNumArgs; in codeCompleteCallSignature()