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.cpp985 static CanThrowResult canSubStmtsThrow(Sema &Self, const Stmt *S) { in canSubStmtsThrow() function
1134 return mergeCanThrow(CT, canSubStmtsThrow(*this, CE)); in canThrow()
1160 return mergeCanThrow(CT, canSubStmtsThrow(*this, CE)); in canThrow()
1172 return mergeCanThrow(CT, canSubStmtsThrow(*this, CE)); in canThrow()
1200 return mergeCanThrow(CT, canSubStmtsThrow(*this, NE)); in canThrow()
1229 return mergeCanThrow(CT, canSubStmtsThrow(*this, DE)); in canThrow()
1239 return mergeCanThrow(CT, canSubStmtsThrow(*this, BTE)); in canThrow()
1291 return canSubStmtsThrow(*this, S); in canThrow()
1301 return canSubStmtsThrow(*this, S); in canThrow()
1324 return mergeCanThrow(CT, canSubStmtsThrow(*this, S)); in canThrow()
[all …]