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

/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1004 static CanThrowResult canSubStmtsThrow(Sema &Self, const Stmt *S) { function in namespace:clang
1155 return mergeCanThrow(CT, canSubStmtsThrow(*this, CE));
1180 return mergeCanThrow(CT, canSubStmtsThrow(*this, CE));
1192 return mergeCanThrow(CT, canSubStmtsThrow(*this, CE));
1220 return mergeCanThrow(CT, canSubStmtsThrow(*this, NE));
1240 return mergeCanThrow(CT, canSubStmtsThrow(*this, DE));
1250 return mergeCanThrow(CT, canSubStmtsThrow(*this, BTE));
1302 return canSubStmtsThrow(*this, S);
1312 return canSubStmtsThrow(*this, S);
1335 return mergeCanThrow(CT, canSubStmtsThrow(*thi
[all...]

Completed in 160 milliseconds