Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1545 if (const Stmt *CondDS = IS->getConditionVariableDeclStmt()) in canThrow() local
1546 CT = mergeCanThrow(CT, canThrow(CondDS)); in canThrow()