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