resolveFuncCall

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

resolveFuncCall
(
const ref Loc loc
,,,
Objects* tiargs
,,
Expressions* fargs
,)

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

fargs Expressions*

arguments to function

flags FuncResolveFlag

Return Value

if match is found, then function symbol, else null

Suggestion Box / Bug Report