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

/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp777 static CanThrowResult canCalleeThrow(Sema &S, const Expr *E, function in namespace:clang
886 CT = canCalleeThrow(*this, E, CE->getCalleeDecl());
894 CanThrowResult CT = canCalleeThrow(*this, E,
916 CT = canCalleeThrow(*this, E, cast<CXXNewExpr>(E)->getOperatorNew());
928 CT = canCalleeThrow(*this, E,
932 CT = mergeCanThrow(CT, canCalleeThrow(*this, E, RD->getDestructor()));
942 CanThrowResult CT = canCalleeThrow(*this, E,

Completed in 136 milliseconds