Searched refs:canVarDeclThrow (Results 1 – 1 of 1) sorted by relevance
1052 static CanThrowResult canVarDeclThrow(Sema &Self, const VarDecl *VD) { in canVarDeclThrow() function1075 CT = mergeCanThrow(CT, canVarDeclThrow(Self, HD)); in canVarDeclThrow()1546 CT = mergeCanThrow(CT, canVarDeclThrow(*this, VD)); in canThrow()