Searched refs:codeCompleteCallSignature (Results 1 – 3 of 3) sorted by relevance
75 virtual void codeCompleteCallSignature(const ast::CallableDecl *callable, in codeCompleteCallSignature() function
474 void codeCompleteCallSignature(ast::Node *parent, unsigned currentNumArgs);1877 codeCompleteCallSignature(parentExpr, arguments.size()); in parseCallExpr() 3168 void Parser::codeCompleteCallSignature(ast::Node *parent,3174 codeCompleteContext->codeCompleteCallSignature(callableDecl, currentNumArgs); in codeCompleteCallSignature() 3169 void Parser::codeCompleteCallSignature(ast::Node *parent, codeCompleteCallSignature() function in Parser
1013 void codeCompleteCallSignature(const ast::CallableDecl *callable, in codeCompleteCallSignature() function in __anon800e21bb1411::LSPSignatureHelpContext