Searched refs:canVarDeclThrow (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1071 static CanThrowResult canVarDeclThrow(Sema &Self, const VarDecl *VD) { function in namespace:clang
1094 CT = mergeCanThrow(CT, canVarDeclThrow(Self, HD));
1536 CT = mergeCanThrow(CT, canVarDeclThrow(*this, VD));

Completed in 116 milliseconds