FuncDeclaration.setThrowCall

The function calls non-nothrow function f, register that in case nothrow is being inferred

class FuncDeclaration
extern (D) final
void
setThrowCall

Parameters

loc Loc

location of call

f FuncDeclaration

function being called

Meta