Searched refs:canSubStmtsThrow (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp990 static CanThrowResult canSubStmtsThrow(Sema &Self, const Stmt *S) { function in namespace:clang
1141 return mergeCanThrow(CT, canSubStmtsThrow(*this, CE));
1166 return mergeCanThrow(CT, canSubStmtsThrow(*this, CE));
1178 return mergeCanThrow(CT, canSubStmtsThrow(*this, CE));
1206 return mergeCanThrow(CT, canSubStmtsThrow(*this, NE));
1226 return mergeCanThrow(CT, canSubStmtsThrow(*this, DE));
1236 return mergeCanThrow(CT, canSubStmtsThrow(*this, BTE));
1287 return canSubStmtsThrow(*this, S);
1297 return canSubStmtsThrow(*this, S);
1320 return mergeCanThrow(CT, canSubStmtsThrow(*thi
[all...]

Completed in 95 milliseconds