Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1539 if (const Stmt *CondDS = IS->getConditionVariableDeclStmt()) in canThrow() local
1540 CT = mergeCanThrow(CT, canThrow(CondDS)); in canThrow()