Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExceptionSpec.cpp881 static CanThrowResult canCalleeThrow(Sema &S, const Expr *E, const Decl *D) { in canCalleeThrow() function
987 CT = canCalleeThrow(*this, E, CE->getCalleeDecl()); in canThrow()
997 CanThrowResult CT = canCalleeThrow(*this, E, in canThrow()
1005 return canCalleeThrow(*this, E, in canThrow()
1024 CT = canCalleeThrow(*this, E, cast<CXXNewExpr>(E)->getOperatorNew()); in canThrow()
1036 CT = canCalleeThrow(*this, E, in canThrow()
1042 CT = mergeCanThrow(CT, canCalleeThrow(*this, E, DD)); in canThrow()
1052 CanThrowResult CT = canCalleeThrow(*this, E, in canThrow()