resolveFunctionTemplateDeclaration
fun resolveFunctionTemplateDeclaration(call: CallExpression, scope: Scope? = currentScope): List<FunctionTemplateDeclaration>
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