Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1525 if (const Stmt *CondDS = IS->getConditionVariableDeclStmt()) in canThrow() local
1526 CT = mergeCanThrow(CT, canThrow(CondDS)); in canThrow()