resolveFuncCall

Given a symbol that could be either a FuncDeclaration or a function template, resolve it to a function symbol.

Parameters

loc Loc

instantiation location

sc Scope*

instantiation scope

s Dsymbol

instantiation symbol

tiargs Objects*

initial list of template arguments

tthis Type

if !NULL, the this argument type

argumentList ArgumentList

arguments to function

flags FuncResolveFlag

Return Value

if match is found, then function symbol, else null

Meta