Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExceptionSpec.cpp1518 if (const Stmt *CondDS = IS->getConditionVariableDeclStmt()) in canThrow() local
1519 CT = mergeCanThrow(CT, canThrow(CondDS)); in canThrow()