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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1002 CanThrowResult Sema::canCalleeThrow(Sema &S, const Expr *E, const Decl *D, function in class:clang::Sema
1071 CT, Sema::canCalleeThrow(Self, nullptr, Dtor, VD->getLocation()));
1163 CT = canCalleeThrow(*this, CE, CE->getCalleeDecl());
1175 CanThrowResult CT = canCalleeThrow(*this, CE, CE->getConstructor());
1183 return canCalleeThrow(*this, ICIE, ICIE->getConstructor());
1203 CT = canCalleeThrow(*this, NE, NE->getOperatorNew());
1216 CT = canCalleeThrow(*this, DE, DE->getOperatorDelete());
1221 CT = mergeCanThrow(CT, canCalleeThrow(*this, DE, DD));
1233 canCalleeThrow(*this, BTE, BTE->getTemporary()->getDestructor());
H A DSemaCoroutine.cpp621 // pass nullptr to canCalleeThrow.
622 if (Sema::canCalleeThrow(S, IsDtor ? nullptr : cast<Expr>(E), D)) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1749 static CanThrowResult canCalleeThrow(Sema &S, const Expr *E, const Decl *D,

Completed in 186 milliseconds