Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp984 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()
[all …]