resolveFunctionTemplateDeclaration

Resolves function templates of the given CallExpression.

Return

List of FunctionTemplateDeclaration that match the name provided in the CallExpression and therefore are invocation candidates

Parameters

scope

where we are searching for the FunctionTemplateDeclarations

call

CallExpression we want to resolve an invocation target for