Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1062 static CanThrowResult canVarDeclThrow(Sema &Self, const VarDecl *VD) { in canVarDeclThrow() function
1085 CT = mergeCanThrow(CT, canVarDeclThrow(Self, HD)); in canVarDeclThrow()
1524 CT = mergeCanThrow(CT, canVarDeclThrow(*this, VD)); in canThrow()