Home
last modified time | relevance | path

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

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