Searched refs:canCalleeThrow (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 875 static CanThrowResult canCalleeThrow(Sema &S, const Expr *E, const Decl *D) { in canCalleeThrow() function 981 CT = canCalleeThrow(*this, E, CE->getCalleeDecl()); in canThrow() 991 CanThrowResult CT = canCalleeThrow(*this, E, in canThrow() 1014 CT = canCalleeThrow(*this, E, cast<CXXNewExpr>(E)->getOperatorNew()); in canThrow() 1026 CT = canCalleeThrow(*this, E, in canThrow() 1032 CT = mergeCanThrow(CT, canCalleeThrow(*this, E, DD)); in canThrow() 1042 CanThrowResult CT = canCalleeThrow(*this, E, in canThrow()
|