Lines Matching refs:canSubStmtsThrow
984 static CanThrowResult canSubStmtsThrow(Sema &Self, const Stmt *S) { in canSubStmtsThrow() function
1133 return mergeCanThrow(CT, canSubStmtsThrow(*this, CE)); in canThrow()
1159 return mergeCanThrow(CT, canSubStmtsThrow(*this, CE)); in canThrow()
1171 return mergeCanThrow(CT, canSubStmtsThrow(*this, CE)); in canThrow()
1199 return mergeCanThrow(CT, canSubStmtsThrow(*this, NE)); in canThrow()
1219 return mergeCanThrow(CT, canSubStmtsThrow(*this, DE)); in canThrow()
1229 return mergeCanThrow(CT, canSubStmtsThrow(*this, BTE)); in canThrow()
1281 return canSubStmtsThrow(*this, S); in canThrow()
1291 return canSubStmtsThrow(*this, S); in canThrow()
1314 return mergeCanThrow(CT, canSubStmtsThrow(*this, S)); in canThrow()
1515 return canSubStmtsThrow(*this, S); in canThrow()
1566 return canSubStmtsThrow(*this, S); in canThrow()